rename postgres container

This commit is contained in:
Ed Chalstrey 2022-02-08 14:13:23 +00:00
parent be73c1d39a
commit 6f2f0f0b7b

View File

@ -14,7 +14,7 @@ services:
ports:
- "8080:8080"
postgres:
container_name: postgres
container_name: postgres-colouring-london
image: postgres:14
ports:
- "5432:5432"