changed some things
This commit is contained in:
@@ -437,7 +437,7 @@ services:
|
|||||||
- headscale.key
|
- headscale.key
|
||||||
|
|
||||||
dash:
|
dash:
|
||||||
image: docker.io/glanceapp/glance:v0.8.4
|
image: docker.io/glanceapp/glance:latest
|
||||||
container_name: dash
|
container_name: dash
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
@@ -464,7 +464,7 @@ services:
|
|||||||
image: ghcr.io/surgedm/surge
|
image: ghcr.io/surgedm/surge
|
||||||
container_name: surge
|
container_name: surge
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "${UID:-$(id -u)}:${GID:-$(whoami | id -g)}"
|
user: "${UID:-1000}:${GID:-1000}"
|
||||||
expose:
|
expose:
|
||||||
- 1700
|
- 1700
|
||||||
volumes:
|
volumes:
|
||||||
@@ -509,11 +509,11 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ${HOME}/.aria.env
|
- ${HOME}/.aria.env
|
||||||
environment:
|
environment:
|
||||||
# PUID: $(id -u)
|
PUID: $(id -u)
|
||||||
# PGID: $(whoami | id -g)
|
PGID: $(whoami | id -g)
|
||||||
# UMASK_SET: 022
|
# UMASK_SET: 022
|
||||||
# RPC_PORT: ${ARIA_RPC_LISTEN_PORT:-6800}
|
# RPC_PORT: ${ARIA_RPC_LISTEN_PORT:-6800}
|
||||||
RPC_SECRET_FILE: /run/secrets/aria.token
|
# RPC_SECRET_FILE: /run/secrets/aria.token
|
||||||
# LISTEN_PORT: ${ARIA_TRNT_LISTEN_PORT:-6940}
|
# LISTEN_PORT: ${ARIA_TRNT_LISTEN_PORT:-6940}
|
||||||
labels:
|
labels:
|
||||||
glance.name: Aria2
|
glance.name: Aria2
|
||||||
|
|||||||
Reference in New Issue
Block a user