Skip to content

Commit

Permalink
Fixed REST node name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozgulbas committed Mar 15, 2024
1 parent 92c0c07 commit 9c5f01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
tags:
- ${IMAGE}:latest
- ${IMAGE}:dev
command: python -m kla_rest_module --port 3015 --kla_url ${KLA_URL}
command: python -m kla_rest_node --port 3015 --kla_url ${KLA_URL}
env_file: .env
volumes:
- ./src:/home/app/kla_module/src
Expand Down

0 comments on commit 9c5f01c

Please sign in to comment.