Skip to content

Commit

Permalink
fix docker-compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Jul 29, 2024
1 parent aa9282d commit e8c4a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- ../Downloads:/models
environment:
- SERVER_PATH=${SERVER_PATH:/build/llama.cpp/llama-server}
- SERVER_PATH=${SERVER_PATH:-/build/llama.cpp/llama-server}
- PORT=${PORT:-5000}
- HOST=${HOST:-0.0.0.0}
- CONFIG_FILE=${CONFIG_FILE:-config.yml}
Expand Down

0 comments on commit e8c4a4b

Please sign in to comment.