mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
Remove more version tags from compose examples
This commit is contained in:
parent
ca2a6d7664
commit
f2a49eaa25
@ -6,7 +6,6 @@ description: Install and run homepage from Docker
|
|||||||
Using docker compose:
|
Using docker compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3.3"
|
|
||||||
services:
|
services:
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
@ -27,7 +26,6 @@ _Using the docker socket directly is not the recommended method of integration a
|
|||||||
In the docker compose example below, the environment variables `$PUID` and `$PGID` are set in a `.env` file.
|
In the docker compose example below, the environment variables `$PUID` and `$PGID` are set in a `.env` file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3.3"
|
|
||||||
services:
|
services:
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user