1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/phpbb/docker-compose.yml
2017-05-16 15:17:26 +08:00

8 lines
113 B
YAML

phpbb:
image: vimagick/phpbb
ports:
- "8000:80"
volumes:
- ./data:/var/www/store
restart: always