mirror of
				https://github.com/linuxserver/docker-transmission.git
				synced 2025-10-31 00:45:47 +01:00 
			
		
		
		
	Merge pull request #131 from JonasAlfredsson/expose_udp
Declare forwarding of both TCP and UDP in EXPOSE statement
This commit is contained in:
		| @@ -69,5 +69,5 @@ RUN \ | ||||
| COPY root/ / | ||||
|  | ||||
| # ports and volumes | ||||
| EXPOSE 9091 51413 | ||||
| EXPOSE 9091 51413/tcp 51413/udp | ||||
| VOLUME /config /downloads /watch | ||||
|   | ||||
| @@ -69,5 +69,5 @@ RUN \ | ||||
| COPY root/ / | ||||
|  | ||||
| # ports and volumes | ||||
| EXPOSE 9091 51413 | ||||
| EXPOSE 9091 51413/tcp 51413/udp | ||||
| VOLUME /config /downloads /watch | ||||
|   | ||||
| @@ -69,5 +69,5 @@ RUN \ | ||||
| COPY root/ / | ||||
|  | ||||
| # ports and volumes | ||||
| EXPOSE 9091 51413 | ||||
| EXPOSE 9091 51413/tcp 51413/udp | ||||
| VOLUME /config /downloads /watch | ||||
|   | ||||
		Reference in New Issue
	
	Block a user