Skip to content
Merged
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 eggenberg-services/opengym/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# One-time init job: clones the exercise media dataset (~140 MB) into the
# media bind mounts. Exits after first run; re-run is a no-op if img/ is populated.
media:
image: alpine/git:v2.54.0@sha256:0b5f57d22181e8b8fbe8ac5ca8754faa0d577f101b9857418f1acc43955ad464
image: alpine/git:v2.54.0@sha256:ae0f6f4bce38d2b8c40becc0d6241a08d9f57186ea03029de2189a2b5e722d94
container_name: opengym_media
user: "${OPENGYM_UID}:${OPENGYM_GID}"
volumes:
Expand Down
Loading