Skip to content

Commit 2d74051

Browse files
committed
Remove redundant bridge: driver decleration
The bridge driver is actually the default network driver in Docker Compose, so specifying it explicitly is redundant. The network will still function exactly the same way without this line.
1 parent f6d38aa commit 2d74051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

payjoin-directory/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ services:
4343

4444
networks:
4545
payjoin-network:
46-
driver: bridge
4746

4847
volumes:
4948
redis-data:

0 commit comments

Comments
 (0)