We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3747a75 commit f2116c7Copy full SHA for f2116c7
docker-compose.yml
@@ -12,6 +12,8 @@
12
# [% LINKEDIN %]
13
#
14
15
+# https://docs.docker.com/compose/compose-file/compose-file-v3/
16
+
17
# Docker 1.12.0+
18
# format 2.1 enables ${VAR:-default}
19
# Docker 1.13.0+
@@ -34,7 +36,8 @@ services:
34
36
service: common
35
37
image: harisekhon/[% NAME %]:${VERSION:-latest}
38
ports:
- #- "5000:5000"
39
+ # host:container
40
+ - "8080:80"
41
volumes:
42
- .:/code
43
#-logvolume01:/var/log
0 commit comments