1
0

improve networking

This commit is contained in:
2023-12-05 10:55:22 +01:00
parent a4ceafd5f0
commit dc8cd9c4d1
9 changed files with 80 additions and 66 deletions

View File

@ -6,7 +6,8 @@ services:
ports:
- "${BAZARR_EXTERNAL_PORT}:${BAZARR_INTERNAL_PORT}"
networks:
- public
public:
ipv4_address: 192.168.240.31
volumes:
- "${DOCKER_STORAGE_PATH}/bazarr:/config"
- "${MOVIE_PATH}:/movies"