1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-27 22:28:31 +02:00
Files
dockerfiles/phpbb/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

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