Skip to content

Commit de7919b

Browse files
committed
Fix typo in docker-compose.yml: LANGRPO -> LANGPRO
1 parent b0cb415 commit de7919b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
context: ./backend
2020
environment:
2121
PGHOST: postgres
22-
LANGRPO_CONTAINER: 'http://langpro:8080'
22+
LANGPRO_CONTAINER: 'http://langpro:8080'
2323
LANGPRO_FRONTEND: 'http://frontend:4200'
2424
depends_on:
2525
postgres:

0 commit comments

Comments
 (0)