Files
FloatEV-apigate/docker-compose.yml
DESKTOP-DH6BVPV\chiefsoft 6ddfa92eed first commit
2022-11-20 09:46:33 -05:00

19 lines
370 B
YAML

version: '3'
services:
apigate-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:
- 3805:80
volumes:
src: