1
0
Fork 0
docker-toolbox/docker-compose.yaml

19 lines
321 B
YAML
Raw Normal View History

2024-01-27 14:45:49 +01:00
version: "2"
services:
aap:
build: .
image: ${DOCKER_IMAGENAME}
restart: unless-stopped
logging:
driver: json-file
options:
max-file: "2"
max-size: "500k"
environment:
- SERVERADMINMAIL=webmaster@example.com
volumes:
- ./aap-webroot:/var/www/localhost