mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-19 13:36:29 +00:00
fix: compose example (#70)
This commit is contained in:
parent
b87cdc8164
commit
ba8367f637
1 changed files with 14 additions and 13 deletions
|
@ -15,7 +15,8 @@ docker run --name=homebox \
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
services:
|
|
||||||
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
image: ghcr.io/hay-kot/homebox:latest
|
image: ghcr.io/hay-kot/homebox:latest
|
||||||
container_name: homebox
|
container_name: homebox
|
||||||
|
|
Loading…
Reference in a new issue