Files
WrenchCoinWebsite/docker-compose.yml
T
dev-chiefworks b085356c99 first commit
2022-09-25 15:25:10 -04:00

19 lines
373 B
YAML

version: '3'
services:
wrenchtoken-web:
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:
- 7075:80
volumes:
src: