We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am currently testing the upcoming seafile 12 version (on Pro Edition) and noticed a mistake in the provided docker compose file: https://manual.seafile.com/12.0/docker/pro/seafile-server.yml
In the elastic search part:
elasticsearch: image: ${SEAFILE_ELASTICSEARCH_IMAGE:-elasticsearch:8.15.0} container_name: seafile-elasticsearch environment: - discovery.type=single-node - bootstrap.memory_lock=true - "ES_JAVA_OPTS=-Xms2g -Xmx2g" - "xpack.security.enabled=false" ulimits: memlock: soft: -1 hard: -1 mem_limit: 4g volumes: - "${SEAFILE_MYSQL_VOLUME:-/opt/seafile-elasticsearch/data}:/usr/share/elasticsearch/data" networks: - seafile-net
You are binding the MySQL volume instead of the correct SEAFILE_ELASTICSEARCH_VOLUME.
SEAFILE_ELASTICSEARCH_VOLUME
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I am currently testing the upcoming seafile 12 version (on Pro Edition) and noticed a mistake in the provided docker compose file:
https://manual.seafile.com/12.0/docker/pro/seafile-server.yml
In the elastic search part:
You are binding the MySQL volume instead of the correct
SEAFILE_ELASTICSEARCH_VOLUME
.The text was updated successfully, but these errors were encountered: