1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/dokuwiki/docker-compose.yml

6 lines
97 B
YAML
Raw Normal View History

2015-05-19 12:42:59 +02:00
dokuwiki:
image: vimagick/dokuwiki:latest
ports:
- "8000:80"
restart: always