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.
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.
86
86
87
+
### Binaries
88
+
89
+
We are also providing the binaries for both docker-compose and docker-cli for all three arches in Github releases. You can download the correct binaries for your arch directly and drop into `/usr/local/bin/`.
87
90
88
91
## Docker Mods
89
92
[](https://mods.linuxserver.io/?mod=docker-compose"view available mods for this container.")
@@ -124,6 +127,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
124
127
125
128
## Versions
126
129
130
+
***06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
127
131
***01.07.20:** - Release alpine based images at `alpine` tag.
128
132
***04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,9 @@ full_custom_readme: |
90
90
```
91
91
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.
92
92
93
+
### Binaries
94
+
95
+
We are also providing the binaries for both docker-compose and docker-cli for all three arches in Github releases. You can download the correct binaries for your arch directly and drop into `/usr/local/bin/`.
93
96
94
97
## Docker Mods
95
98
[](https://mods.linuxserver.io/?mod=docker-compose "view available mods for this container.")
@@ -130,6 +133,7 @@ full_custom_readme: |
130
133
131
134
## Versions
132
135
136
+
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
133
137
* **01.07.20:** - Release alpine based images at `alpine` tag.
134
138
* **04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
0 commit comments