Skip to content

Commit f2116c7

Browse files
committed
updated docker-compose.yml
1 parent 3747a75 commit f2116c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# [% LINKEDIN %]
1313
#
1414

15+
# https://docs.docker.com/compose/compose-file/compose-file-v3/
16+
1517
# Docker 1.12.0+
1618
# format 2.1 enables ${VAR:-default}
1719
# Docker 1.13.0+
@@ -34,7 +36,8 @@ services:
3436
service: common
3537
image: harisekhon/[% NAME %]:${VERSION:-latest}
3638
ports:
37-
#- "5000:5000"
39+
# host:container
40+
- "8080:80"
3841
volumes:
3942
- .:/code
4043
#-logvolume01:/var/log

0 commit comments

Comments
 (0)