PasswordCards/docker-compose.yml
Raphael Zimmermann f9c8b6f016 Initial commit
2015-03-16 15:36:07 +01:00

7 lines
82 B
YAML

web:
build: apache/
volumes:
- ./:/var/www/html:rw
ports:
- "8000:80"