stuff
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
# That's the internal container-port. You can actually use any portnumber (must match with the one at 'ports')
|
||||
- PORT=8314
|
||||
- PORT=8317
|
||||
- SECRET_KEY="O+EuLJXNAIxIT7puvNU5KVC4sh3JPRorTMCDRAkekho="
|
||||
# Set it to False or remove the line completely to disallow registration of new users.
|
||||
- ALLOW_REGISTRATION=True
|
||||
@@ -19,8 +19,8 @@ services:
|
||||
- ENABLE_UPDATE_CHECK=True
|
||||
- ADMIN_PASSWORD=${ADMIN_PW_DAILYTXT}
|
||||
ports:
|
||||
- "8314:8765"
|
||||
- "8317:8765"
|
||||
# perhaps you only want:
|
||||
# "<host_port>:8765"
|
||||
volumes:
|
||||
- "/home/soenke/docker-data/dailytxt/:/app/data/"
|
||||
- "/home/soenke/docker-data/dailytxt/:/app/data/"
|
||||
|
||||
Reference in New Issue
Block a user