mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
Split out content to many smaller files
And add markmaker.py to generate workshop.md
This commit is contained in:
11
docs/docker-compose.yml
Normal file
11
docs/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
www:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ".:/usr/share/nginx/html"
|
||||
ports:
|
||||
- "8888:80"
|
||||
|
||||
Reference in New Issue
Block a user