Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- docker run
- -d
- --name='homarr'
- --entrypoint='/opt/unraid/tailscale'
- --net='bridge'
- --pids-limit 2048
- -e TZ="America/Chicago"
- -e HOST_OS="Unraid"
- -e HOST_HOSTNAME="Unraid"
- -e HOST_CONTAINERNAME="homarr"
- -e 'SECRET_ENCRYPTION_KEY'='******************************************************************'
- -e 'DOCKER_HOSTNAMES'=''
- -e 'DOCKER_PORTS'=''
- -e 'AUTH_PROVIDERS'='credentials'
- -e 'DB_DRIVER'='better-sqlite3'
- -e 'DB_DIALECT'='sqlite'
- -e TAILSCALE_HOSTNAME='homarr'
- -e TAILSCALE_ALLOW_LAN_ACCESS='false'
- -e TAILSCALE_USE_SSH='false'
- -e TAILSCALE_USERSPACE_NETWORKING='false'
- -e TAILSCALE_SERVE_PORT='7575'
- -e TAILSCALE_STATE_DIR='/appdata/.tailscale_state'
- -e ORG_ENTRYPOINT="/app/entrypoint.sh"
- -e ORG_CMD="sh run.sh"
- -l net.unraid.docker.managed=dockerman
- -l net.unraid.docker.webui='http://[IP]:[PORT:7575]/'
- -l net.unraid.docker.icon='https://raw.githubusercontent.com/manuel-rw/unraid-templates/master/templates/homarr/icon.png'
- -l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]/'
- -l net.unraid.docker.tailscale.hostname='homarr'
- -p '7575:7575/tcp'
- -v '/mnt/user/appdata/homarr/appdata':'/appdata':'rw'
- -v '/var/run/docker.sock':'/var/run/docker.sock':'ro'
- -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale'
- --cap-add=NET_ADMIN
- --device='/dev/net/tun' 'ghcr.io/homarr-labs/homarr:latest'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement