1
0
mirror of https://github.com/Lukas0025/YAGS.git synced 2025-04-09 00:52:11 +01:00
YAGS/docker-compose-dev.yml

10 lines
138 B
YAML

version: '3.8'
services:
web:
image: yags-web
build: ./web
ports:
- 3939:80
volumes:
- ./web:/var/www/html/