1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-06-30 01:31:06 +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:
build: vuejs
ports:
- 80:8080
- 8080:8080
volumes:
- ./vuejs:/project
- /project/node_modules