mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
Remove more version tags from compose examples
This commit is contained in:
parent
ca2a6d7664
commit
f2a49eaa25
1 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ description: Install and run homepage from Docker
|
|||
Using docker compose:
|
||||
|
||||
```yaml
|
||||
version: "3.3"
|
||||
services:
|
||||
homepage:
|
||||
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.
|
||||
|
||||
```yaml
|
||||
version: "3.3"
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue