use linuxserver image

This commit is contained in:
Yax 2020-09-06 12:27:13 +02:00
parent 29e253e948
commit fec33bcc6a

View file

@ -19,13 +19,16 @@ services:
- ${ROOT_INSTALL}/data/sync_notes:/library - ${ROOT_INSTALL}/data/sync_notes:/library
dokuwiki: dokuwiki:
image: 'docker.io/bitnami/dokuwiki:20200729-debian-10' image: linuxserver/dokuwiki
container_name: dokuwiki container_name: dokuwiki
restart: unless-stopped restart: unless-stopped
expose: expose:
- 8080 - 8080
environment:
- TZ=${TZ}
- APP_URL=/ #optional
volumes: volumes:
- ${ROOT_INSTALL}/data/sync_notes/Notes:/bitnami/dokuwiki - ${ROOT_INSTALL}/data/sync_notes/Notes:/config
networks: networks:
- srv - srv
labels: labels: