Skip to content

Commit ee77ebd

Browse files
committed
format docker-compose
1 parent dc8d33b commit ee77ebd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docker-compose.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ services:
77
ports:
88
- "8000:8000"
99
- "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"
10+
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+
19+
--mailPass=qwas3412
20+
>> /data/nomyx/stdout.txt"
1121
volumes:
1222
- /data/nomyx:/data/nomyx

0 commit comments

Comments
 (0)