aboutsummaryrefslogtreecommitdiff
path: root/app/docker-compose.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-07-02 14:45:59 +0200
committerQuentin Dufour <quentin@dufour.io>2021-07-02 14:45:59 +0200
commit2b39a896a76b02beea23db1e3a4ab323a18a7744 (patch)
tree46280ea89efb7d0f26479b6081956c1639a19c7a /app/docker-compose.yml
parente97496e09d61c1c0c9788e0dfaeea2f2cde7b215 (diff)
downloadinfrastructure-2b39a896a76b02beea23db1e3a4ab323a18a7744.tar.gz
infrastructure-2b39a896a76b02beea23db1e3a4ab323a18a7744.zip
Postgres can not be run as root
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r--app/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
index 13faf95..4e75196 100644
--- a/app/docker-compose.yml
+++ b/app/docker-compose.yml
@@ -98,7 +98,7 @@ services:
# https://github.com/sorintlab/stolon/releases
STOLON_VERSION: 057389f7e484ee1d5c1e1a7020256020e7413c87
context: ./postgres/build/postgres
- image: superboum/amd64_postgres:v8
+ image: superboum/amd64_postgres:v9
backup-consul:
build: