mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-10 17:32:17 +01:00
9 lines
137 B
YAML
9 lines
137 B
YAML
version: '3.8'
|
|
services:
|
|
web:
|
|
image: yags-web
|
|
build: ./web
|
|
ports:
|
|
- 8080:80
|
|
volumes:
|
|
- ./web:/var/www/html/ |