mirror of
https://github.com/docker/awesome-compose.git
synced 2025-07-04 03:22:54 +00:00
Merge a692fe3af1
into 18f59bdb09
This commit is contained in:
commit
392b2a00e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user