1
0
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:
Loïs Kauffungen 2025-04-20 19:34:03 +02:00
parent 18f59bdb09
commit a692fe3af1

View File

@ -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