1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/dokuwiki/docker-compose.yml
2018-07-20 15:20:56 +08:00

6 lines
80 B
YAML

dokuwiki:
image: vimagick/dokuwiki
ports:
- "8000:80"
restart: always