完善应用 garage
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
578f1532b0
commit
71aa846e66
|
|
@ -27,8 +27,10 @@ services:
|
|||
- TZ=Asia/Shanghai
|
||||
garage-webui:
|
||||
image: khairul169/garage-webui:1.0.9
|
||||
container_name: garage-webui
|
||||
restart: unless-stopped
|
||||
container_name: ${CONTAINER_NAME}-web
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ${GARAGE_ROOT_PATH}/config/garage.toml:/etc/garage.toml
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue