发布应用:

泡泡广场 All-in-One

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-12-02 16:10:24 +08:00
parent 37598a8db2
commit a593536c32
8 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ networks:
external: true
services:
paopao-ce:
image: bitbus/paopao-ce:all-in-one-v0.6.0-alpha.2
image: bitbus/paopao-ce:all-in-one-0.6-alpha
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -15,6 +15,8 @@ if [ -f .env ]; then
mkdir -p "$PAOPAO_CE_ROOT_PATH/config"
cp ./conf/config.yaml "$PAOPAO_CE_ROOT_PATH/config/config.yaml"
chown -R 1000:1000 "$PAOPAO_CE_ROOT_PATH"
echo "Check Finish."
else