feat: Restart unless stopped
This commit is contained in:
parent
1ddcd2e7b9
commit
2bdedc2847
@ -5,6 +5,7 @@ services:
|
|||||||
{{ site.domain }}:
|
{{ site.domain }}:
|
||||||
image: {{ sws_container_image }}
|
image: {{ sws_container_image }}
|
||||||
container_name: "{{ site.domain }}"
|
container_name: "{{ site.domain }}"
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
# Note: those envs are customizable but also optional
|
# Note: those envs are customizable but also optional
|
||||||
- SERVER_PORT=8080
|
- SERVER_PORT=8080
|
||||||
|
Loading…
Reference in New Issue
Block a user