Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit f101377

Browse files
authoredJan 31, 2020
Update docker-compose.yml
1 parent 71e86c5 commit f101377

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- "8086:8086"
2626
- "6881:6881"
2727
- "6881:6881/udp"
28-
restart: always
28+
restart: unless-stopped
2929
environment:
3030
- PUID=1000
3131
- PGID=1000
@@ -40,7 +40,7 @@ services:
4040
- /:/Data
4141
ports:
4242
- "8888:8080"
43-
restart: always
43+
restart: unless-stopped
4444
environment:
4545
- PUID=1000
4646
- PGID=1000
@@ -54,7 +54,7 @@ services:
5454
- "/etc/localtime:/etc/localtime:ro"
5555
ports:
5656
- "7878:7878"
57-
restart: always
57+
restart: unless-stopped
5858
environment:
5959
- PUID=1000
6060
- PGID=1000
@@ -68,7 +68,7 @@ services:
6868
- "/etc/localtime:/etc/localtime:ro"
6969
ports:
7070
- "8989:8989"
71-
restart: always
71+
restart: unless-stopped
7272
environment:
7373
- PUID=1000
7474
- PGID=1000
@@ -82,7 +82,7 @@ services:
8282
- "/etc/localtime:/etc/localtime:ro"
8383
ports:
8484
- "9117:9117"
85-
restart: always
85+
restart: unless-stopped
8686
environment:
8787
- PUID=1000
8888
- PGID=1000

0 commit comments

Comments
 (0)
This repository has been archived.