fixed aria container service port publication to avoid port publication conflicts

This commit is contained in:
Alex Tavarez
2026-08-08 18:02:55 -04:00
parent 0afad3742f
commit 0350bb84de
+4 -4
View File
@@ -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