Add restart: unless-stopped
to compose files
This commit is contained in:
parent
f521322783
commit
be1931ed8e
@ -8,6 +8,7 @@ services:
|
||||
context: .
|
||||
image: websites4
|
||||
command: foreman start -f Procfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/app
|
||||
- /var/www/e621-thumbnails:/data/e621-thumbnails
|
||||
|
@ -5,6 +5,7 @@ services:
|
||||
websites:
|
||||
build: .
|
||||
image: websites4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/app
|
||||
- e621_thumbnail_data:/data/e621-thumbnails
|
||||
|
Loading…
Reference in New Issue
Block a user