Update readme

This commit is contained in:
Lee 2022-11-14 04:25:04 +00:00
parent 1c9e870a74
commit c609c07515
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -8,12 +8,12 @@ Your new open-source ShareX image host!
- Cd into the new directory `cd imageify`
- Rename the example env `mv .env-example .env`
- Update the env file to your needs
- Update the env file to your needs `nano .env`
- Start the server `docker compose up -d`
- Create an admin account\*
- Create an admin account
- Visit the website <http://SERVERIP:3000>
## How to create an admin account
## How to create an admin account (NOT DONE)
- Run `docker exec -it imageify-server npm run cli user add admin@example.com`
- You will get a password returned and you can now login to you admin account. (Please note that you should change this password)