We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8d33b commit ee77ebdCopy full SHA for ee77ebd
docker-compose.yml
@@ -7,6 +7,16 @@ services:
7
ports:
8
- "8000:8000"
9
- "8001:8001"
10
- command: sh -c "/opt/Nomyx/cleanLocks; stack exec --system-ghc -- nomyx-server -h www.nomyx.net --noTTY --watchdog=15 --adminPass= --saveDir=/data/nomyx -m --mailHost=smtp.gmail.com [email protected] --mailPass=qwas3412 >> /data/nomyx/stdout.txt"
+ command: sh -c "/opt/Nomyx/cleanLocks;
11
+ stack exec --system-ghc -- nomyx-server
12
+ -h www.nomyx.net
13
+ --noTTY
14
+ --watchdog=15
15
+ --adminPass=
16
+ --saveDir=/data/nomyx
17
+ --mailHost=smtp.gmail.com
18
+ [email protected]
19
+ --mailPass=qwas3412
20
+ >> /data/nomyx/stdout.txt"
21
volumes:
22
- /data/nomyx:/data/nomyx
0 commit comments