🤣测试升级脚本执行时间
This commit is contained in:
parent
8aa0ac7919
commit
9b41cf0979
|
|
@ -22,7 +22,10 @@ services:
|
|||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./data:/anheyu/data
|
||||
- ./anheyu-data/data:/anheyu/data
|
||||
- ./anheyu-data/themes:/anheyu/themes
|
||||
- ./anheyu-data/static:/anheyu/static
|
||||
- ./anheyu-data/backup:/anheyu/backup
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Upgrading..."
|
||||
Loading…
Reference in New Issue