1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/dokuwiki/docker-compose.yml

6 lines
90 B
YAML
Raw Normal View History

2015-05-19 12:42:59 +02:00
dokuwiki:
2015-08-04 15:32:50 +02:00
image: vimagick/dokuwiki
2015-05-19 12:42:59 +02:00
ports:
- "8000:80"
restart: always