update start.sh

using compose v2
https://docs.docker.com/compose/migrate/#docker-compose-vs-docker-compose
This commit is contained in:
Sprait 2023-12-12 09:58:55 +03:00 committed by GitHub
parent 699cddc908
commit 0c881c81e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker-compose -p openvpn-master up -d --build
docker compose -p openvpn-master up -d --build