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

View File

@ -17,7 +17,7 @@ services:
web:
build: vuejs
ports:
- 80:8080
- 8080:8080
volumes:
- ./vuejs:/project
- /project/node_modules