Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Change jellyfish version to edge in docker-compose (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 authored Feb 27, 2024
1 parent 05a1bbd commit 503101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'

x-jellyfish-template: &jellyfish-template
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-0.3.0}"
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-edge}"
restart: unless-stopped
environment: &jellyfish-environment
JF_SERVER_API_TOKEN: ${JF_SERVER_API_TOKEN:-development}
Expand Down

0 comments on commit 503101e

Please sign in to comment.