1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-04 11:32:55 +00:00
This commit is contained in:
moinloin 2025-04-20 19:36:13 +02:00 committed by GitHub
commit 392b2a00e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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