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

Commit e1b760f

Browse files
authored
Merge pull request #19 from linuxserver/ghcr
Update run.sh
2 parents 2f3a106 + 0344cd8 commit e1b760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -e
2222

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

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

0 commit comments

Comments
 (0)