Files
container.training/docs/docker-compose.yml
Jérôme Petazzoni f8888bf16a Split out content to many smaller files
And add markmaker.py to generate workshop.md
2017-10-09 16:56:23 +02:00

12 lines
122 B
YAML

version: "3"
services:
www:
image: nginx
volumes:
- ".:/usr/share/nginx/html"
ports:
- "8888:80"