mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 01:10:22 -08:00
Add explanation about 'Docker Compose'
Add explanation about 'docker compose' Signed-off-by: xzxiaoshan <365384722@qq.com>
This commit is contained in:
parent
2697267997
commit
fea4c3a53f
4
start.sh
4
start.sh
@ -1,3 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
docker-compose -p openvpn-master up -d --build
|
# 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…
x
Reference in New Issue
Block a user