add homarr
parent
475ba45a65
commit
f90acbabf1
|
@ -0,0 +1,18 @@
|
||||||
|
services:
|
||||||
|
homarr:
|
||||||
|
container_name: homarr
|
||||||
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
- ./configs:/app/data/configs
|
||||||
|
- ./icons:/app/public/icons
|
||||||
|
- ./data:/data
|
||||||
|
ports:
|
||||||
|
- '7575:7575'
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
Loading…
Reference in New Issue