Upgrade stuff
This commit is contained in:
parent
983870256b
commit
90946f8761
|
@ -9,7 +9,7 @@ services:
|
|||
caddy:
|
||||
volume: "{{ base_volume }}/caddy"
|
||||
docker_ipv4: 172.16.3.2
|
||||
version: '2.7.4'
|
||||
version: '2.7.6'
|
||||
|
||||
postfix:
|
||||
domain: smtp.{{ base_domain }}
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
domain: pi-hole.{{ local_domain }}
|
||||
volume: "{{ base_volume }}/pi-hole"
|
||||
docker_ipv4: 172.18.3.2
|
||||
version: '2023.05.2'
|
||||
version: '2023.11.0'
|
||||
unbound_version: latest
|
||||
|
||||
restic:
|
||||
|
@ -55,7 +55,7 @@ services:
|
|||
version: '1.7'
|
||||
|
||||
watchtower:
|
||||
version: '1.5.3'
|
||||
version: '1.7.1'
|
||||
|
||||
local_ipv4s:
|
||||
- '192.168.1.0/24'
|
||||
|
|
Reference in a new issue