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

Commit 0344cd8

Browse files
authored
Update run.sh
1 parent 2f3a106 commit 0344cd8

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)