mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
dc1bb13dce
commit
77c6920a83
20 changed files with 111 additions and 108 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
web:
|
||||
build: vuejs
|
||||
ports:
|
||||
- 80:8080
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./vuejs:/project
|
||||
- /project/node_modules
|
||||
- ./vuejs:/project
|
||||
- /project/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue