1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/phpbb/docker-compose.yml
2022-01-21 19:23:05 +08:00

10 lines
160 B
YAML

version: "3.8"
services:
phpbb:
image: vimagick/phpbb
ports:
- "8000:80"
volumes:
- ./data:/var/www/store
restart: unless-stopped