feat: Restart unless stopped

This commit is contained in:
moanos [he/him] 2024-07-18 20:46:42 +02:00
parent 1ddcd2e7b9
commit 2bdedc2847

View File

@ -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