mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 17:42:55 +00:00
fix: align vuejs README port mapping with actual behavior
Signed-off-by: Loïs Kauffungen <lois.kauffungen@gmail.com>
This commit is contained in:
parent
18f59bdb09
commit
a692fe3af1
@ -17,7 +17,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
build: vuejs
|
build: vuejs
|
||||||
ports:
|
ports:
|
||||||
- 80:8080
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./vuejs:/project
|
- ./vuejs:/project
|
||||||
- /project/node_modules
|
- /project/node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user