Skip to content

Commit

Permalink
[docs] Added compose to the cp command
Browse files Browse the repository at this point in the history
Docker cannot detect the container if it's not using the compose file. Hence re-adding the compose for the copy command.
  • Loading branch information
Codixer authored Nov 20, 2024
1 parent b874359 commit 10e4986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/selfhosted/selfhosted-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ cp docker-compose.yml turnserver.conf management.json backup/
To save the Management service databases, you need to stop the Management service and copy the files from the store directory using a docker compose command as follows:
```bash
docker compose stop management
docker cp -a management:/var/lib/netbird/ backup/
docker compose cp -a management:/var/lib/netbird/ backup/
docker compose start management
```

Expand Down

0 comments on commit 10e4986

Please sign in to comment.