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.
<!--- If you are new to Docker or this application our issue tracker is **ONLY** used for reporting bugs or requesting features. Please use [our discord server](https://discord.gg/YWrKVTn) for general support. --->
5
-
6
-
<!--- If this acts as a feature request please ask yourself if this modification is something the whole userbase will benefit from --->
7
-
<!--- If this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ -->
8
-
9
-
<!--- Provide a general summary of the issue in the Title above -->
10
-
11
-
------------------------------
12
-
13
-
## Expected Behavior
14
-
<!--- Tell us what should happen -->
15
-
16
-
## Current Behavior
17
-
<!--- Tell us what happens instead of the expected behavior -->
18
-
19
-
## Steps to Reproduce
20
-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
21
-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
22
-
1.
23
-
2.
24
-
3.
25
-
4.
26
-
27
-
## Environment
28
-
**OS:**
29
-
**CPU architecture:** x86_64/arm32/arm64
30
-
**How docker service was installed:**
31
-
<!--- ie. from the official docker repo, from the distro repo, nas OS provided, etc. -->
32
-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
33
-
34
-
## Command used to create docker container (run/create/compose/screenshot)
35
-
<!--- Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container -->
36
-
37
-
## Docker logs
38
-
<!--- Provide a full docker log, output of "docker logs docker-compose" -->
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.
92
-
93
-
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.
98
89
99
90
### Binaries
100
91
@@ -139,7 +130,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
139
130
140
131
## Versions
141
132
142
-
***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!
133
+
***17.12.20:** - Update run.sh with formatting changes.
143
134
***04.10.20:** - Update run.sh with changes from upstream.
144
135
***31.08.20:** - Update tox and virtualenv.
145
136
***31.07.20:** - Add support for global env var `DOCKER_COMPOSE_IMAGE_TAG` in the `run.sh` script.
0 commit comments