mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 10:00:50 +00:00
Update docker-compose.yml
This commit is contained in:
parent
21ce99f746
commit
3058baf2d4
|
|
@ -27,8 +27,9 @@ services:
|
|||
|
||||
# es:
|
||||
# restart: always
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:7.17.4
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:8.19.7
|
||||
# environment:
|
||||
# - "ELASTIC_PASSWORD=ChangeMeAndUpdateInEnvFile"
|
||||
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true"
|
||||
# - "xpack.license.self_generated.type=basic"
|
||||
# - "xpack.security.enabled=false"
|
||||
|
|
@ -56,6 +57,7 @@ services:
|
|||
# ports:
|
||||
# - '127.0.0.1:9200:9200'
|
||||
|
||||
|
||||
web:
|
||||
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
|
||||
# build: .
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user