You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
After running these commands you can issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
95
-
96
-
The `DOCKER_COMPOSE_IMAGE_TAG` variable needs to be made persistent in order to continue using our image after logging out or rebooting. To do this you will need to edit `/etc/environment` and add or set the following variable:
Running these two commands on your docker host once will let you issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
101
93
102
94
### Binaries
103
95
@@ -142,7 +134,7 @@ full_custom_readme: |
142
134
143
135
## Versions
144
136
145
-
* **03.11.20:** - Update run.sh with formatting changes. IMPORTANT!! This now requires a `DOCKER_COMPOSE_IMAGE_TAG` variable to be set in order to use our image! See https://github.com/linuxserver/docker-docker-compose#recommended-method for instructions!
137
+
* **03.11.20:** - Update run.sh with formatting changes.
146
138
* **04.10.20:** - Update run.sh with changes from upstream.
147
139
* **31.08.20:** - Update tox and virtualenv.
148
140
* **31.07.20:** - Add support for global env var `DOCKER_COMPOSE_IMAGE_TAG` in the `run.sh` script.
0 commit comments