diff --git a/docker-compose.installer.yml b/docker-compose.installer.yml index 55fe93214..4d110e316 100644 --- a/docker-compose.installer.yml +++ b/docker-compose.installer.yml @@ -1,7 +1,7 @@ services: installer: container_name: azuracast_installer - image: 'azuracast.docker.scarf.sh/azuracast/azuracast:${AZURACAST_VERSION:-latest}' + image: 'ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}' volumes: - './:/installer' restart: 'no' diff --git a/docker-compose.sample.yml b/docker-compose.sample.yml index 80ac5e6c3..c5e10c068 100644 --- a/docker-compose.sample.yml +++ b/docker-compose.sample.yml @@ -13,7 +13,7 @@ services: web: container_name: azuracast - image: "azuracast.docker.scarf.sh/azuracast/azuracast:${AZURACAST_VERSION:-latest}" + image: "ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}" labels: - "com.centurylinklabs.watchtower.scope=azuracast" # Want to customize the HTTP/S ports? Follow the instructions here: