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