commit
2da8155183
3 changed files with 11 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
version: "3" |
||||
|
||||
services: |
||||
client: |
||||
image: nginx |
||||
ports: |
||||
- 8000:80 |
||||
volumes: |
||||
- ./src:/usr/share/nginx/html |
||||
|
Loading…
Reference in new issue