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

Commit f014d17

Browse files
committed
Update comments and readme-vars
1 parent 16027ef commit f014d17

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

readme-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ full_custom_readme: |
8484
We provide a very convenient script that allows the docker-compose container to run as if it was installed natively:
8585
8686
```
87-
export DOCKER_COMPOSE_IMAGE_TAG=ghcr.io/linuxserver/docker-compose:latest
8887
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose
8988
sudo chmod +x /usr/local/bin/docker-compose
9089
```
@@ -134,7 +133,7 @@ full_custom_readme: |
134133
135134
## Versions
136135
137-
* **03.11.20:** - Update run.sh with formatting changes.
136+
* **17.12.20:** - Update run.sh with formatting changes.
138137
* **04.10.20:** - Update run.sh with changes from upstream.
139138
* **31.08.20:** - Update tox and virtualenv.
140139
* **31.07.20:** - Add support for global env var `DOCKER_COMPOSE_IMAGE_TAG` in the `run.sh` script.

run.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22
#
3+
# Forked from https://github.com/docker/compose/blob/master/script/run/run.sh
4+
#
35
# Run docker-compose in a container
46
#
57
# This script will attempt to mirror the host paths by using volumes for the
@@ -11,8 +13,8 @@
1113
# You can add additional volumes (or any docker run options) using
1214
# the ${COMPOSE_OPTIONS} environment variable.
1315
#
14-
# You can set a specific image and tag, such as "docker/compose:1.27.4", or "docker/compose:alpine-1.27.4"
15-
# using the $DOCKER_COMPOSE_IMAGE_TAG environment variable (defaults to "docker/compose:1.27.4")
16+
# You can set a specific image and tag, such as "ghcr.io/linuxserver/docker-compose:version-1.27.4", or "ghcr.io/linuxserver/docker-compose:alpine"
17+
# using the $DOCKER_COMPOSE_IMAGE_TAG environment variable (defaults to "ghcr.io/linuxserver/docker-compose:latest")
1618
#
1719

1820
set -e

0 commit comments

Comments
 (0)