Update main.yml

This commit is contained in:
qiaofeng1227 2022-11-04 10:31:34 +08:00 committed by GitHub
parent dede6ce1cd
commit 63e0e991be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,5 @@
- name: Hide phpmyadmin's host
shell: |
sed -i "s/PMA_ARBITRARY=1/PMA_ARBITRARY=0/g" /data/apps/phpmyadmin/.env
sed -i "s/appname.example.com/appname.example.com\/phpmyadmin/g" /data/apps/phpmyadmin/.env
cd /data/apps/phpmyadmin && docker compose up -d