remove docker- prefix
This commit is contained in:
14
compose.homarr.yaml
Normal file
14
compose.homarr.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
image: ghcr.io/ajnart/homarr:0.15.2
|
||||
ports:
|
||||
- 17575:7575
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/homarr/data:/data
|
||||
- /opt/homarr/configs:/app/data/configs
|
||||
- /opt/homarr/icons:/app/public/icons
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user