Make sure container starts on server boot
parent
b5baa14ddd
commit
e21afb4fbc
|
@ -12,6 +12,7 @@
|
||||||
image: pmpc
|
image: pmpc
|
||||||
state: started
|
state: started
|
||||||
restart: yes
|
restart: yes
|
||||||
|
restart_policy: always
|
||||||
env:
|
env:
|
||||||
HUGO_BASE_URL: https://publiccode.eu/
|
HUGO_BASE_URL: https://publiccode.eu/
|
||||||
VIRTUAL_HOST: publiccode.eu,www.publiccode.eu
|
VIRTUAL_HOST: publiccode.eu,www.publiccode.eu
|
||||||
|
|
Loading…
Reference in New Issue