fix: correct service restart config

This commit is contained in:
Hane 2026-05-29 17:14:49 +02:00
commit 1f1568b5fa
3 changed files with 3 additions and 23 deletions

View file

@ -3,6 +3,7 @@ services:
name: pinginx
#image: hane-dokuwiki-image:dokuwiki-fixed-volume
image: nginx:stable-alpine
restart: unless-stopped
build: ./
volumes:
# Main config file. Deprecated. Here so that I remember lol