fix: changed 'dokuwiki' volume declaration

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

View file

@ -1,11 +1,9 @@
services:
wiki:
name: hane-dokuwiki
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
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