1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-29 17:30:11 +02:00
Files
apaxy/docker-compose.yml
2021-01-25 17:44:59 +02:00

13 lines
205 B
YAML

version: '3'
services:
apaxy:
image: apaxy
build:
context: .
args:
apaxyPath: ''
ports:
- '80:8080'
volumes:
- './share/:/usr/local/apache2/htdocs/share/'