File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
34
34
volumes :
35
35
- ' ./data:/data'
36
36
- ' /var/run/docker.sock:/var/run/docker.sock'
37
- restart : always
37
+ restart : unless-stopped
38
38
39
39
networks :
40
40
default :
@@ -68,7 +68,7 @@ secrets:
68
68
services:
69
69
app:
70
70
image: 'jc21/nginx-proxy-manager:latest'
71
- restart: always
71
+ restart: unless-stopped
72
72
ports:
73
73
# Public HTTP Port:
74
74
- '80:80'
@@ -98,7 +98,7 @@ services:
98
98
- db
99
99
db:
100
100
image: jc21/mariadb-aria
101
- restart: always
101
+ restart: unless-stopped
102
102
environment:
103
103
# MYSQL_ROOT_PASSWORD: "npm" # use secret instead
104
104
MYSQL_ROOT_PASSWORD__FILE: /run/secrets/DB_ROOT_PWD
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ version: "3"
25
25
services :
26
26
app :
27
27
image : ' jc21/nginx-proxy-manager:latest'
28
- restart : always
28
+ restart : unless-stopped
29
29
ports :
30
30
# Public HTTP Port:
31
31
- ' 80:80'
@@ -54,7 +54,7 @@ services:
54
54
- db
55
55
db :
56
56
image : ' jc21/mariadb-aria:latest'
57
- restart : always
57
+ restart : unless-stopped
58
58
environment :
59
59
MYSQL_ROOT_PASSWORD : ' npm'
60
60
MYSQL_DATABASE : ' npm'
@@ -96,7 +96,7 @@ version: "3"
96
96
services:
97
97
app:
98
98
image: 'jc21/nginx-proxy-manager:latest'
99
- restart: always
99
+ restart: unless-stopped
100
100
ports:
101
101
# Public HTTP Port:
102
102
- '80:80'
You can’t perform that action at this time.
0 commit comments