fixed aria container service port publication to avoid port publication conflicts
This commit is contained in:
@@ -490,10 +490,10 @@ services:
|
||||
image: docker.io/p3terx/aria2-pro:latest
|
||||
container_name: aria
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${ARIA_RPC_LISTEN_PORT:-6800}:${ARIA_RPC_LISTEN_PORT:-6800}
|
||||
- ${ARIA_TRNT_LISTEN_PORT:-6940}:${ARIA_TRNT_LISTEN_PORT:-6940}
|
||||
- ${ARIA_TRNT_LISTEN_PORT:-6940}:${ARIA_TRNT_LISTEN_PORT:-6940}/udp
|
||||
expose:
|
||||
- ${ARIA_RPC_LISTEN_PORT:-6800}
|
||||
- ${ARIA_TRNT_LISTEN_PORT:-6940}
|
||||
- ${ARIA_TRNT_LISTEN_PORT:-6940}/udp
|
||||
volumes:
|
||||
- ~/.aria2:/config:Z
|
||||
- ~/downloads:/downloads:z
|
||||
|
||||
Reference in New Issue
Block a user