Browse Source

Adjusted docker compose section

I switched the position of  ADMIN_USERNAME and ADMIN_PASSWORD.
For once it took me 2h to figure out that I changed the username and not the password.
For second it is now in the same schema as the other section where a compose file is shown.
pull/101/head
flippy1345 3 years ago
committed by GitHub
parent
commit
4a9fd75ed3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -64,8 +64,8 @@ services:
environment:
HOST: 0.0.0.0
PORT: 8888
ADMIN_PASSWORD: admin
ADMIN_USERNAME: admin
ADMIN_PASSWORD: admin
WEB_CONCURRENCY: 1
```
or [plain docker here](./docs/guides/docker_configuration.md)

Loading…
Cancel
Save