Orderreorganisation.

This commit is contained in:
Olli Graf
2026-05-25 14:36:57 +02:00
parent 30abcb21e4
commit f828836f6e
9 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
version: "2.1"
services:
dokuwiki:
image: lscr.io/linuxserver/dokuwiki:latest
container_name: dokuwiki
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /opt/dokuwiki:/config
ports:
- 8084:80
restart: unless-stopped