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:
context: .
dockerfile: Dockerfile.dev
ports:
- "8080:8080"
expose:
- 8080
volumes:
- .:/app
- go-mod-cache:/go/pkg/mod