update restic script

This commit is contained in:
tolerryan
2024-12-30 00:51:26 -06:00
parent a096efd1be
commit b77ab6366a
3 changed files with 6 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ services:
# Zabbix server
zabbix-server:
container_name: zabbix-server
image: zabbix/zabbix-server-mysql:ubuntu-7.2.*
image: zabbix/zabbix-server-mysql:ubuntu-7.2-latest
restart: always
ports:
- 10051:10051
@@ -53,7 +53,7 @@ services:
# Zabbix web UI
zabbix-web:
container_name: zabbix-web
image: zabbix/zabbix-web-nginx-mysql:ubuntu-7.2.*
image: zabbix/zabbix-web-nginx-mysql:ubuntu-7.2-latest
restart: always
ports:
- 8080:8080