This repository has been archived on 2024-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
PasswordCards/docker-compose.yml

7 lines
82 B
YAML
Raw Normal View History

2015-03-16 15:36:07 +01:00
web:
build: apache/
volumes:
- ./:/var/www/html:rw
ports:
- "8000:80"