mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 09:34:23 +00:00
rename: wireguard -> docker-compose
This commit is contained in:
@@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
INSTALLED=$1
|
INSTALLED=$1
|
||||||
if [[ "--install" == $INSTALLED ]]; then
|
if [[ "--install" == $INSTALLED ]]; then
|
||||||
|
source /usr/local/bin/libs/common.sh
|
||||||
|
|
||||||
info_print "\n\
|
info_print "\n\
|
||||||
==================================================\n\
|
==================================================\n\
|
||||||
wireguard Installation\n\
|
docker-compose Installation\n\
|
||||||
--------------------------------------------------"
|
--------------------------------------------------"
|
||||||
source /usr/local/bin/libs/common.sh
|
|
||||||
|
|
||||||
if [[ -f "$ETC_DIR/docker-compose.yml" ]]; then
|
if [[ -f "$ETC_DIR/docker-compose.yml" ]]; then
|
||||||
docker compose up -d -f $ETC_DIR/docker-compose.yml && \
|
docker compose up -d -f $ETC_DIR/docker-compose.yml && \
|
||||||
Reference in New Issue
Block a user