mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +00:00
Limit to postgres 11
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
||||
- mariadbdata:/var/lib/mysql
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:11
|
||||
labels:
|
||||
restic-volume-backup.postgres: true
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user