diff --git a/netbird-compose.yaml b/netbird-compose.yaml index bacfb46..0b90f60 100644 --- a/netbird-compose.yaml +++ b/netbird-compose.yaml @@ -45,8 +45,8 @@ services: - '8089:80' - '3478:3478/udp' volumes: - - /srv/docker/server/netbird/data:/var/lib/netbird - - /srv/docker/server/netbird/config.yaml:/etc/netbird/config.yaml + - /srv/docker/network/netbird/data:/var/lib/netbird + - /srv/docker/network/netbird/config.yaml:/etc/netbird/config.yaml command: ["--config", "/etc/netbird/config.yaml"] logging: driver: "json-file"