diff --git a/compose.dev.yml b/compose.dev.yml index ed7af17..fa719c2 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -3,8 +3,8 @@ services: build: context: . dockerfile: Dockerfile.dev - ports: - - "8080:8080" + expose: + - 8080 volumes: - .:/app - go-mod-cache:/go/pkg/mod