netbirdio / docs

BSD 3-Clause "New" or "Revised" License
11 stars 49 forks source link

Update selfhosted-guide.mdx #247

Closed TheRealOrco closed 2 days ago

TheRealOrco commented 3 weeks ago

Updated the backup docker-compose commands

dmeremyanin commented 1 week ago

Earlier versions of Docker used the docker-compose command (with a hyphen), which was a separate tool. However, in modern Docker versions, the Compose functionality has been integrated directly into the Docker CLI. As a result, you should now use docker compose (without the hyphen).

For more details, refer to the official documentation: Migration guide: Differences between Compose V1 and V2