mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Fix docker startup issue caused by missing quotes (#6)
Reviewed-on: https://codeberg.org/timelimit/timelimit-server/pulls/6 Co-authored-by: nuron <nuron@noreply.codeberg.org> Co-committed-by: nuron <nuron@noreply.codeberg.org>
This commit is contained in:
parent
e978a48514
commit
f8e73a8aba
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ services:
|
|||
PORT: 8080
|
||||
MAIL_SENDER: me@my.timelimit.server
|
||||
MAIL_TRANSPORT: '{"host": "localhost", "port": 25}'
|
||||
ALWAYS_PRO: yes
|
||||
ALWAYS_PRO: 'yes'
|
||||
# put additional config variables here
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
@ -72,7 +72,7 @@ services:
|
|||
PORT: 8080
|
||||
MAIL_SENDER: me@my.timelimit.server
|
||||
MAIL_TRANSPORT: '{"host": "localhost", "port": 25}'
|
||||
ALWAYS_PRO: yes
|
||||
ALWAYS_PRO: 'yes'
|
||||
# put additional config variables here
|
||||
restart: always
|
||||
# you can enable logging during testing by commenting this out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue