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