mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
chore: remove deprecated version tag for Docker v2 (#902)
This commit is contained in:
parent
c2511d56d7
commit
6fd8457e5a
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
version: "3.4"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
image: homebox
|
image: homebox
|
||||||
|
|
|
@ -27,8 +27,6 @@ $ docker run -d \
|
||||||
## Docker-Compose
|
## Docker-Compose
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3.4"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
image: ghcr.io/hay-kot/homebox:latest
|
image: ghcr.io/hay-kot/homebox:latest
|
||||||
|
|
Loading…
Reference in a new issue