Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Commit 6a4a90e

Browse files
committed
Fix for Docker compose file
1 parent eaca60e commit 6a4a90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ services:
103103
internal:
104104
environment:
105105
- UNDERPASS_API_DB=postgresql://underpass:underpass@underpass/underpass
106-
- UNDERPASS_API_DB=postgresql://underpass:underpass@underpass/underpass
106+
- UNDERPASS_API_OSM_DB=postgresql://underpass:underpass@underpass/underpass
107107

108108
networks:
109109
internal:

0 commit comments

Comments
 (0)