Fix incorrect postgres image

This commit is contained in:
Joey Hafner 2023-07-02 13:52:13 -07:00
parent e86d246548
commit 2957ce437b

View File

@ -30,7 +30,7 @@ services:
- traefik.http.services.commafeed.loadbalancer.server.port=8082
postgres:
image: 'redis:alpine'
image: postgres:latest
container_name: commafeed_postgres
networks:
- commafeed