mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-10 17:32:17 +01:00
13 lines
235 B
YAML
13 lines
235 B
YAML
version: '3.8'
|
|
services:
|
|
RadioMasterWeb:
|
|
image: radiomasterphp
|
|
build: ./web
|
|
volumes:
|
|
- ./web:/var/www/html/
|
|
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
|
|
ports:
|
|
- 8000:80
|
|
|
|
# RadioMasterDb:
|
|
# |