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.
84
84
85
+
### Binaries
86
+
87
+
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/`.
85
88
86
89
## Docker Mods
87
90
[](https://mods.linuxserver.io/?mod=docker-compose"view available mods for this container.")
@@ -122,6 +125,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
122
125
123
126
## Versions
124
127
128
+
***06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
125
129
***01.07.20:** - Release alpine based images at `alpine` tag.
126
130
***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
@@ -88,6 +88,9 @@ full_custom_readme: |
88
88
```
89
89
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.
90
90
91
+
### Binaries
92
+
93
+
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/`.
91
94
92
95
## Docker Mods
93
96
[](https://mods.linuxserver.io/?mod=docker-compose "view available mods for this container.")
@@ -128,6 +131,7 @@ full_custom_readme: |
128
131
129
132
## Versions
130
133
134
+
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
131
135
* **01.07.20:** - Release alpine based images at `alpine` tag.
132
136
* **04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
0 commit comments