mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
added homarr
This commit is contained in:
@ -136,4 +136,15 @@ services:
|
|||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
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