Skip to content

Commit

Permalink
Improve docker-compose file indentation
Browse files Browse the repository at this point in the history
To be consistent with an indentation level of 2, this fixes YAML
indentation of the docker-compose file.
  • Loading branch information
notetiene authored and Erikvl87 committed Dec 7, 2023
1 parent 7f39da1 commit 8c80a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cors-workaround/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ services:
image: erikvl87/languagetool
container_name: languagetool
ports:
- "8010"
- "8010"
environment:
- langtool_languageModel=/ngrams # OPTIONAL: Using ngrams data
- Java_Xms=512m # OPTIONAL: Setting a minimal Java heap size of 512 mib
- Java_Xmx=1g # OPTIONAL: Setting a maximum Java heap size of 1 Gib
- langtool_languageModel=/ngrams # OPTIONAL: Using ngrams data
- Java_Xms=512m # OPTIONAL: Setting a minimal Java heap size of 512 mib
- Java_Xmx=1g # OPTIONAL: Setting a maximum Java heap size of 1 Gib
volumes:
- /path/to/ngrams:/ngrams
- /path/to/ngrams:/ngrams
cors:
build: nginx/.
container_name: cors
Expand Down

0 comments on commit 8c80a1e

Please sign in to comment.