mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-29 17:30:11 +02:00
13 lines
205 B
YAML
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/'
|