mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-05 09:12:22 +08:00
发布应用:
泡泡广场 All-in-One Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
37598a8db2
commit
a593536c32
@ -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"
|
@ -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
|
Loading…
Reference in New Issue
Block a user