mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
Fixed docker-compose.yml URL
Using raw.githubusercontent rather than github (HTML)
This commit is contained in:
parent
2e19bfe9f9
commit
02f6b38df6
@ -17,7 +17,7 @@ prepare_config()
|
|||||||
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/webroot.ini.example > "$FABMANAGER_PATH/example/webroot.ini.example"
|
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/webroot.ini.example > "$FABMANAGER_PATH/example/webroot.ini.example"
|
||||||
|
|
||||||
# docker-compose
|
# docker-compose
|
||||||
\curl -sSL https://github.com/LaCasemate/fab-manager/blob/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
|
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare_config "$@"
|
prepare_config "$@"
|
Loading…
x
Reference in New Issue
Block a user