mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
cleanup repo
This commit is contained in:
3
examples/homarr/README.md
Normal file
3
examples/homarr/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/ajnart/homarr
|
||||
14
examples/homarr/docker-compose.yml
Normal file
14
examples/homarr/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PASSWORD=MySecureLoginPassword
|
||||
- TZ="Europe/Berlin"
|
||||
volumes:
|
||||
- /mnt/docker-volumes/homarr/configs:/app/data/configs
|
||||
#- /mnt/docker-volumes/homarr/icons:/app/public/icons # optional for custom icons
|
||||
ports:
|
||||
- '7575:7575'
|
||||
Reference in New Issue
Block a user