13 lines
295 B
YAML
13 lines
295 B
YAML
---
|
|
services:
|
|
wiki:
|
|
image: dokuwiki/dokuwiki:2024-02-06b
|
|
restart: unless-stopped
|
|
ports:
|
|
- "44344:8080"
|
|
volumes:
|
|
- /mnt/nas1/shared/dokuwiki/dokuwiki:/storage
|
|
environment:
|
|
PHP_TIMEZONE: Europe/Madrid
|
|
PHP_MEMORYLIMIT: 512M
|
|
PHP_UPLOADLIMIT: 128M
|