Files
WrenchCoinWebsite/docker-compose.yml
Olusesan Ameye ccc7a6feed fix
2022-10-08 21:41:07 +00:00

20 lines
428 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
image: registry.chiefsoft.net/wrenchtoken-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 7075:80
volumes:
src: