fix space
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- ./dynamodb_volume:/home/dynamodblocal/data
|
||||
- ./.dynamodb_volume:/home/dynamodblocal/data
|
||||
working_dir: /home/dynamodblocal
|
||||
command: "-jar DynamoDBLocal.jar -sharedDb -dbPath ./data"
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
container_name: meilisearch
|
||||
image: getmeili/meilisearch:v1.13
|
||||
volumes:
|
||||
- ./meili_data:/meili_data
|
||||
- ./.meili_data:/meili_data
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 7700:7700
|
||||
@@ -38,6 +38,6 @@ services:
|
||||
soft: -1
|
||||
hard: -1
|
||||
volumes:
|
||||
- ./elastic_volume:/usr/share/elasticsearch/data
|
||||
- ./.elastic_volume:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
- 9200:9200
|
||||
|
||||
Reference in New Issue
Block a user