Skip to content

Commit

Permalink
Fixes #3 -- Update image for AzuraRelay to point straight to GHCR.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed May 24, 2024
1 parent d81e04f commit b91633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.sample.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
relay:
container_name: azurarelay_relay
image: "azuracast.docker.scarf.sh/azuracast/relay:${AZURARELAY_VERSION:-latest}"
image: "ghcr.io/azuracast/relay:${AZURARELAY_VERSION:-latest}"
env_file: azurarelay.env
environment:
LETSENCRYPT_HOST : ${LETSENCRYPT_HOST:-}
Expand Down

0 comments on commit b91633e

Please sign in to comment.