Skip to content

Commit ec3c300

Browse files
committed
Put the database command back in with wal_level logical
1 parent 3f182cd commit ec3c300

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ services:
2424
- app_network
2525
ports:
2626
- 5432:5432
27-
27+
command:
28+
- -c
29+
- listen_addresses=*
30+
- -c
31+
- wal_level=logical
2832
pgadmin:
2933
container_name: pgadmin
3034
image: dpage/pgadmin4:8

0 commit comments

Comments
 (0)