feat:添加h5ai到列表

This commit is contained in:
okxlin 2023-07-12 13:25:51 +08:00
parent 0b6679e2a9
commit 6fbbf78c0f
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 KiB

After

Width:  |  Height:  |  Size: 658 KiB

View File

@ -9,7 +9,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "${DATA_PATH}:/h5ai"
- "${CONFIG_PATH}::/config"
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000

View File

@ -9,7 +9,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "${DATA_PATH}:/h5ai"
- "${CONFIG_PATH}::/config"
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000