fix: changed 'dokuwiki' volume declaration
This commit is contained in:
parent
8b341ede57
commit
73d4a82531
1 changed files with 1 additions and 10 deletions
|
|
@ -3,9 +3,7 @@ services:
|
||||||
name: hane-dokuwiki
|
name: hane-dokuwiki
|
||||||
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest
|
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
|
||||||
source: dokuwiki
|
|
||||||
target: /var/www/dokuwiki
|
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/nas1/shared/dokuwiki/apache2.conf
|
source: /mnt/nas1/shared/dokuwiki/apache2.conf
|
||||||
target: /etc/apache2/apache2.conf
|
target: /etc/apache2/apache2.conf
|
||||||
|
|
@ -16,10 +14,3 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "44344:443/tcp"
|
- "44344:443/tcp"
|
||||||
entrypoint: /init.sh
|
entrypoint: /init.sh
|
||||||
|
|
||||||
volumes:
|
|
||||||
dokuwiki:
|
|
||||||
external: true
|
|
||||||
labels:
|
|
||||||
- "dev.roboces.wiki=Dokuwiki volume"
|
|
||||||
name: dokuwiki
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue