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

10 lines
160 B
YAML
Raw Normal View History

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