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