1
0

prowlarr: expose port

This commit is contained in:
Lukáš Kucharczyk 2025-02-19 21:59:29 +01:00
parent 9111afff2f
commit 5931869c0d

View File

@ -7,6 +7,8 @@ services:
networks:
public:
ipv4_address: 192.168.240.43
ports:
- 9696:9696
volumes:
- "${DOCKER_STORAGE_PATH}/prowlarr:/config"
restart: unless-stopped