Dont expose http port
This commit is contained in:
parent
91db630083
commit
c38e5f13d1
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
expose:
|
|
||||||
- 8080
|
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- go-mod-cache:/go/pkg/mod
|
- go-mod-cache:/go/pkg/mod
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue