1
0
Fork 0
mirror of synced 2025-04-29 00:49:41 -04:00

Comment the docker-compose plugin ()

Signed-off-by: xzxiaoshan <365384722@qq.com>
This commit is contained in:
xzxiaoshan 2025-03-23 15:33:30 +08:00 committed by GitHub
parent 29c68e74fe
commit 711bd120b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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