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