mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-05-03 04:30:41 +02:00
use linuxserver image
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user