Comment the docker-compose plugin (#349)
Signed-off-by: xzxiaoshan <365384722@qq.com>
This commit is contained in:
parent
29c68e74fe
commit
711bd120b9
1 changed files with 2 additions and 0 deletions
2
start.sh
2
start.sh
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# About 'docker compose' and 'docker-compose'
|
||||
# We are using Docker Compose in plugin mode with Docker. For more details, see: https://docs.docker.com/compose/install/linux/. If you need to use the standalone Docker Compose, you can modify the command `docker compose` to `docker-compose` accordingly.
|
||||
docker compose -p openvpn-master up -d --build
|
||||
|
|
Loading…
Add table
Reference in a new issue