Define the network for Navidrome
This commit is contained in:
parent
d57e031f5a
commit
348addc6a9
@ -11,3 +11,12 @@ services:
|
||||
volumes:
|
||||
- <docker directory>/navidrome/data:/data
|
||||
- <media directory>/Music:/music:ro
|
||||
networks:
|
||||
navidrome-network:
|
||||
ipv4_address: <static ip>
|
||||
networks:
|
||||
navidrome-network:
|
||||
name: navidrome-network
|
||||
ipam:
|
||||
config:
|
||||
- subnet: <subnet>
|
||||
|
Loading…
Reference in New Issue
Block a user