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:
nuron
2021-05-22 14:41:18 +02:00
committed by jonas-l
parent e978a48514
commit f8e73a8aba
+2 -2
View File
@@ -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,