mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
10 lines
149 B
Plaintext
Executable File
10 lines
149 B
Plaintext
Executable File
#/bin/sh
|
|
|
|
mkdir -p catalog-datadir
|
|
|
|
GSUID=$(id -u)
|
|
GSGID=$(id -g)
|
|
|
|
GS_USER="$GSUID:$GSGID" \
|
|
docker compose -f compose.yml -f catalog-datadir.yml $@
|