2023-02-15 21:45:31 +00:00
|
|
|
services:
|
2024-11-04 12:08:51 +00:00
|
|
|
|
2023-02-15 21:45:31 +00:00
|
|
|
homarr:
|
2024-11-04 12:08:51 +00:00
|
|
|
image: ghcr.io/ajnart/homarr:latest
|
2023-02-15 21:45:31 +00:00
|
|
|
container_name: homarr
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- PASSWORD=MySecureLoginPassword
|
|
|
|
- TZ="Europe/Berlin"
|
|
|
|
volumes:
|
2023-02-25 13:09:52 +00:00
|
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homarr/configs:/app/data/configs
|
|
|
|
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homarr/icons:/app/public/icons # optional for custom icons
|
2023-02-15 21:45:31 +00:00
|
|
|
ports:
|
|
|
|
- '7575:7575'
|
2024-11-04 12:08:51 +00:00
|
|
|
expose:
|
|
|
|
- 7575
|