Fix incorrect postgres image
This commit is contained in:
parent
90cbf267b1
commit
5f8184d4ce
@ -30,7 +30,7 @@ services:
|
|||||||
- traefik.http.services.commafeed.loadbalancer.server.port=8082
|
- traefik.http.services.commafeed.loadbalancer.server.port=8082
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: 'redis:alpine'
|
image: postgres:latest
|
||||||
container_name: commafeed_postgres
|
container_name: commafeed_postgres
|
||||||
networks:
|
networks:
|
||||||
- commafeed
|
- commafeed
|
||||||
|
Loading…
Reference in New Issue
Block a user