Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
# The default below is rewritten on every merge to main by
# .github/workflows/app-version.yml — it is the version local builds bake in.
# Export APP_VERSION to override (CI passes the live `git describe` for GHCR images).
VITE_APP_VERSION: ${APP_VERSION:-v0.1.1-180-g5b9a93d}
VITE_APP_VERSION: ${APP_VERSION:-v0.1.1-182-g75ce6ee}
container_name: tracepcap-nginx
environment:
# Memory allocation — nginx body limit and timeouts derived from this
Expand Down
Loading