fix: changed 'dokuwiki' volume declaration
Some checks failed
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled

This commit is contained in:
Hane 2025-10-25 00:07:31 +02:00
commit 73d4a82531

View file

@ -3,9 +3,7 @@ services:
name: hane-dokuwiki
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest
volumes:
- type: volume
source: dokuwiki
target: /var/www/dokuwiki
- /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
- type: bind
source: /mnt/nas1/shared/dokuwiki/apache2.conf
target: /etc/apache2/apache2.conf
@ -16,10 +14,3 @@ services:
ports:
- "44344:443/tcp"
entrypoint: /init.sh
volumes:
dokuwiki:
external: true
labels:
- "dev.roboces.wiki=Dokuwiki volume"
name: dokuwiki