refactored docker-compose
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
llamacpp-server:
|
||||
image: llamacpp:latest
|
||||
container_name: llamacpp_${SERVER_PORT}
|
||||
container_name: llamacpp_${MODEL_FILENAME}_${SERVER_PORT}
|
||||
ports:
|
||||
- "${SERVER_PORT}:${SERVER_PORT}"
|
||||
devices:
|
||||
|
||||
Reference in New Issue
Block a user