fix(docker-compose): fix autoloading of docker-compose file
This commit is contained in:
@@ -20,7 +20,7 @@ name: docker-compose
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Jackett/Jackett
|
- https://github.com/Jackett/Jackett
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- docker
|
- docker
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ lifecycle:
|
|||||||
sleep 5;
|
sleep 5;
|
||||||
counter=$((counter+1));
|
counter=$((counter+1));
|
||||||
done
|
done
|
||||||
docker-compose up -d -f "${COMPOSE_FILE}" && echo "Loading COMPOSE_FILE at location ${COMPOSE_FILE}" >> /proc/1/fd/1;
|
docker-compose -f "${COMPOSE_FILE}" up -d && echo "Loading COMPOSE_FILE at location ${COMPOSE_FILE}" >> /proc/1/fd/1;
|
||||||
else
|
else
|
||||||
echo "COMPOSE_FILE not set, not auto-loading compose-file" >> /proc/1/fd/1;
|
echo "COMPOSE_FILE not set, not auto-loading compose-file" >> /proc/1/fd/1;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user