Skip to content

Commit 21fd54e

Browse files
refactor(postgres-emitter): update compose file
1 parent 96d907b commit 21fd54e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/socket.io-postgres-emitter/docker-compose.yml renamed to packages/socket.io-postgres-emitter/compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: "3"
2-
31
services:
42
postgres:
5-
image: postgres:12
3+
image: postgres:14
64
ports:
75
- "5432:5432"
86
environment:

0 commit comments

Comments
 (0)