mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
comment to explain what to override for custom brandings
This commit is contained in:
parent
ff1ef56ea6
commit
64c28f9feb
@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# for a branded version you should pass the following env variables:
|
||||
# CONFIGURATION - your configuration folder name
|
||||
# DOCKERHUB_ORGANISATION - your dockerhub organisation
|
||||
# OCELOT_VERSION - specify the specific tag to build upon e.g. 2.4.0-291
|
||||
|
||||
# base setup
|
||||
SCRIPT_PATH=$(realpath $0)
|
||||
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user