mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
first commit
This commit is contained in:
8
fig.yml
Normal file
8
fig.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
www:
|
||||
image: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- "www:/usr/local/nginx/html"
|
||||
|
||||
|
||||
1
www/index.html
Normal file
1
www/index.html
Normal file
@@ -0,0 +1 @@
|
||||
Your content here maybe
|
||||
Reference in New Issue
Block a user