lodfe/docker-compose.yml
2020-09-01 03:28:41 +09:00

13 lines
256 B
YAML

version: "3"
services:
php:
image: babibubebon/lodfe:latest-php
volumes:
- ./config/datasets.php:/var/www/lodfe/config/datasets.php:ro
nginx:
image: babibubebon/lodfe:latest-nginx
ports:
- 80:80
depends_on:
- php