Adding restart always.
This commit is contained in:
parent
c1c80733e9
commit
eb367c3f7e
|
@ -5,6 +5,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: docker/dev/Dockerfile
|
dockerfile: docker/dev/Dockerfile
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8902:8080"
|
- "8902:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -3,6 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
torrents-csv:
|
torrents-csv:
|
||||||
image: dessalines/torrents-csv:v0.0.5
|
image: dessalines/torrents-csv:v0.0.5
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8902:8080"
|
- "8902:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue