Fix incorrect postgres image

This commit is contained in:
Joey Hafner 2023-07-02 13:52:13 -07:00
parent 90cbf267b1
commit 5f8184d4ce

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