1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/phpbb/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

2022-01-21 11:23:05 +00:00
version: "3.8"
services:
phpbb:
image: vimagick/phpbb
ports:
- "8000:80"
volumes:
- ./data:/var/www/store
restart: unless-stopped