18 lines
327 B
YAML
18 lines
327 B
YAML
networks:
|
|
proxy:
|
|
external: true
|
|
|
|
services:
|
|
homarr:
|
|
container_name: homarr
|
|
image: ghcr.io/ajnart/homarr:latest
|
|
volumes:
|
|
- ./config:/app/data/configs
|
|
- ./icons:/app/public/icons
|
|
networks:
|
|
- proxy
|
|
ports:
|
|
- 7575:7575
|
|
labels:
|
|
com.centurylinklabs.watchtower.enable: true
|