Files
FloatEV-Dashboard/docker-compose.yml
DESKTOP-DH6BVPV\chiefsoft 228b501cf5 first commit
2022-11-22 16:52:44 -05:00

19 lines
372 B
YAML

version: '3'
services:
dashboard-main:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 3899:80
volumes:
src: