mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-12 11:56:15 -08:00
6 lines
370 B
Bash
Executable File
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
|