Skip to content

Commit

Permalink
docker: fix docker-compose-host.yml
Browse files Browse the repository at this point in the history
Without this, starting the containers with `scripts/osrd-compose.sh`
fails with:

osrd-editoast   | error: invalid value '%!s(int=8090)' for '--port <PORT>': invalid digit found in string
  • Loading branch information
Khoyo committed Jan 17, 2024
1 parent 55d4edd commit dcf73de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
network_mode: host
environment:
PSQL_HOST: "localhost"
EDITOAST_PORT: 8090
EDITOAST_PORT: "8090"
OSRD_BACKEND_URL: "http://localhost:8080"
REDIS_URL: "redis://localhost"
DATABASE_URL: "postgres://osrd:password@localhost:5432/osrd"
Expand Down

0 comments on commit dcf73de

Please sign in to comment.