Astro_Matt
Astro_Matt
HHomarr
Created by Astro_Matt on 2/7/2025 in #💬・get-help
Medias wont upload
OS: Ubuntu Version 1.4.0 Docker config:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: Dashboard1
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /opt/dashboard1/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=redacted
ports:
- '7576:7575'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: Dashboard1
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /opt/dashboard1/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=redacted
ports:
- '7576:7575'
5 replies