Expose 8080

This commit is contained in:
Marcus Kida 2026-02-08 15:08:39 +01:00
parent 8fd8c5ee81
commit 91db630083

View file

@ -3,8 +3,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev
ports: expose:
- "8080:8080" - 8080
volumes: volumes:
- .:/app - .:/app
- go-mod-cache:/go/pkg/mod - go-mod-cache:/go/pkg/mod