feat: remove valheim #514
1 changed files with 13 additions and 14 deletions
commit
f8d2d9f720
|
|
@ -1,16 +1,15 @@
|
||||||
services:
|
services:
|
||||||
wiki:
|
wiki:
|
||||||
name: hane-dokuwiki
|
image: git.roboces.dev/catalin/fukuops:dokuwiki
|
||||||
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
|
volumes:
|
||||||
volumes:
|
- /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
|
||||||
- /mnt/nas1/shared/dokuwiki/dokuwiki:/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
|
- type: bind
|
||||||
- type: bind
|
source: /mnt/nas1/shared/dokuwiki/001-wiki.conf
|
||||||
source: /mnt/nas1/shared/dokuwiki/001-wiki.conf
|
target: /etc/apache2/sites-enabled/001-wiki.conf
|
||||||
target: /etc/apache2/sites-enabled/001-wiki.conf
|
- /mnt/nas1/shared/dokuwiki/init.sh:/init.sh
|
||||||
- /mnt/nas1/shared/dokuwiki/init.sh:/init.sh
|
ports:
|
||||||
ports:
|
- "44344:443/tcp"
|
||||||
- "44344:443/tcp"
|
entrypoint: /init.sh
|
||||||
entrypoint: /init.sh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue