Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from linuxserver/ghcr
Browse files Browse the repository at this point in the history
Update run.sh
  • Loading branch information
aptalca authored Nov 3, 2020
2 parents 2f3a106 + 0344cd8 commit e1b760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -e

# set image tag to latest if not globally set
DOCKER_COMPOSE_IMAGE_TAG="${DOCKER_COMPOSE_IMAGE_TAG:-latest}"
IMAGE="linuxserver/docker-compose:$DOCKER_COMPOSE_IMAGE_TAG"
IMAGE="ghcr.io/linuxserver/docker-compose:$DOCKER_COMPOSE_IMAGE_TAG"

# Setup options for connecting to docker host
if [ -z "$DOCKER_HOST" ]; then
Expand Down

0 comments on commit e1b760f

Please sign in to comment.