mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
use linuxserver image
This commit is contained in:
@@ -19,13 +19,16 @@ services:
|
||||
- ${ROOT_INSTALL}/data/sync_notes:/library
|
||||
|
||||
dokuwiki:
|
||||
image: 'docker.io/bitnami/dokuwiki:20200729-debian-10'
|
||||
image: linuxserver/dokuwiki
|
||||
container_name: dokuwiki
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- APP_URL=/ #optional
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/sync_notes/Notes:/bitnami/dokuwiki
|
||||
- ${ROOT_INSTALL}/data/sync_notes/Notes:/config
|
||||
networks:
|
||||
- srv
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user