ovpn-admin/start.sh
xzxiaoshan 711bd120b9
Comment the docker-compose plugin (#349)
Signed-off-by: xzxiaoshan <365384722@qq.com>
2025-03-23 08:33:30 +01:00

6 lines
370 B
Bash
Executable File

#!/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