Skip to content

Commit

Permalink
Change Docker image for PostgreSQL (getredash#55)
Browse files Browse the repository at this point in the history
* Restart policy for Docker containers has been changed

* Update PostgreSQL image in Docker Compose file
  • Loading branch information
snickerjp authored Feb 6, 2024
1 parent e611a6a commit d162b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ services:
WORKERS_COUNT: 2
redis:
image: redis:5.0-alpine
restart: always
restart: unless-stopped
postgres:
image: postgres:9.6-alpine
image: pgautoupgrade/pgautoupgrade:15-alpine3.8
env_file: /opt/redash/env
volumes:
- /opt/redash/postgres-data:/var/lib/postgresql/data
restart: always
restart: unless-stopped
nginx:
image: redash/nginx:latest
ports:
Expand Down

0 comments on commit d162b28

Please sign in to comment.