Skip to content

Commit 245fa42

Browse files
authored
Adding "restart: always" to ReadMe
Adding "restart: always" to ReadMe. I had a hard time figuring out why once of my NPM containers would not start on reboot while the rest of them would.
1 parent 0e9cd5d commit 245fa42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ version: '3'
6666
services:
6767
app:
6868
image: 'jc21/nginx-proxy-manager:latest'
69+
restart: always
6970
ports:
7071
- '80:80'
7172
- '81:81'
@@ -81,6 +82,7 @@ services:
8182
- ./letsencrypt:/etc/letsencrypt
8283
db:
8384
image: 'jc21/mariadb-aria:latest'
85+
restart: always
8486
environment:
8587
MYSQL_ROOT_PASSWORD: 'npm'
8688
MYSQL_DATABASE: 'npm'

0 commit comments

Comments
 (0)