JamesC23
JamesC23
HHomarr
Created by Killian on 11/10/2023 in #💬・get-help
don't work after update.
#homarr homarr:
container_name: "homarr"
hostname: "homarr"
image: "ghcr.io/ajnart/homarr:latest"
ipc: "private"
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks: exampleNet: ipv4_address: "172.18.5.1" # Set the desired IPv4 address
ports:
- "8080:7575/tcp"
restart: "unless-stopped"
volumes:
- "/home/example/Documents/docker-storage/homarr/icons:/app/public/icons"
- "/home/example/Documents/docker-storage/homarr:/app/data/configs"
- "/home/example/Documents/docker-storage/homarr/data:/data" working_dir: "/app"
111 replies
HHomarr
Created by Killian on 11/10/2023 in #💬・get-help
don't work after update.
same issue, even after adding the data mapping
111 replies