automatically restart stirling-pdf on failure
This commit is contained in:
parent
3ce951d61d
commit
3de2d8c652
|
@ -2,6 +2,7 @@ services:
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
container_name: stirling-pdf
|
container_name: stirling-pdf
|
||||||
image: frooodle/s-pdf:latest
|
image: frooodle/s-pdf:latest
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '55556:8080'
|
- '55556:8080'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue