Limit to postgres 11
This commit is contained in:
parent
34534d0d35
commit
174d9b9c18
|
@ -49,7 +49,7 @@ services:
|
|||
- mariadbdata:/var/lib/mysql
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:11
|
||||
labels:
|
||||
restic-volume-backup.postgres: true
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue