mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user