mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
added homarr
This commit is contained in:
@ -137,3 +137,14 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
homarr:
|
||||||
|
container_name: homarr
|
||||||
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||||
|
- /share/docker_data/homarr/configs:/app/data/configs
|
||||||
|
- /share/docker_data/homarr/icons:/app/public/icons
|
||||||
|
- /share/docker_data/homarr/data:/data
|
||||||
|
ports:
|
||||||
|
- '7575:7575'
|
Reference in New Issue
Block a user