Fixing docker build issues
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
DATA_DIR_PATH: /data
|
||||
KEYS_DIR_PATH: /keys
|
||||
volumes:
|
||||
- ${DATA_DIR_PATH}:/data
|
||||
- ${DATA_DIR_PATH:-~/data}:/data
|
||||
ports:
|
||||
- ${SERVICE_PORT:-5000}:5000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user