完善应用 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
|
- TZ=Asia/Shanghai
|
||||||
garage-webui:
|
garage-webui:
|
||||||
image: khairul169/garage-webui:1.0.9
|
image: khairul169/garage-webui:1.0.9
|
||||||
container_name: garage-webui
|
container_name: ${CONTAINER_NAME}-web
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
volumes:
|
volumes:
|
||||||
- ${GARAGE_ROOT_PATH}/config/garage.toml:/etc/garage.toml
|
- ${GARAGE_ROOT_PATH}/config/garage.toml:/etc/garage.toml
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue