mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 09:33:44 +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:
|
||||
build: vuejs
|
||||
ports:
|
||||
- 80:8080
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./vuejs:/project
|
||||
- /project/node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user