Skip to content

Commit 79d37df

Browse files
committed
Add the compose file
[refs #7b0eb8948cd9]
1 parent 3bf0d0a commit 79d37df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

compose_example/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '3.3'
2+
3+
services:
4+
web:
5+
image: nginx:latest
6+
ports:
7+
- 80:80
8+
volumes:
9+
- ./html:/usr/share/nginx/html

0 commit comments

Comments
 (0)