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