diff options
| author | piuvas silly <barn-zoology-kilt@duck.com> | 2024-09-21 00:09:33 +0000 |
|---|---|---|
| committer | piuvas silly <barn-zoology-kilt@duck.com> | 2024-09-21 00:09:33 +0000 |
| commit | 1f7044c75247d73584352a771202760e575c3be3 (patch) | |
| tree | c1bfd7f5e61bc6914022ce596dded2c743b02e5e /compose_example.yml | |
| parent | merge: fix: use i18n in settings/general.vue (!626) (diff) | |
| download | sharkey-1f7044c75247d73584352a771202760e575c3be3.tar.gz sharkey-1f7044c75247d73584352a771202760e575c3be3.tar.bz2 sharkey-1f7044c75247d73584352a771202760e575c3be3.zip | |
fix mcaptcha.
Diffstat (limited to 'compose_example.yml')
| -rw-r--r-- | compose_example.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compose_example.yml b/compose_example.yml index 15df128eff..2243c1701d 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -53,7 +53,7 @@ services: # restart: always # image: mcaptcha/mcaptcha:latest # networks: -# shonks: +# shonk: # aliases: # - localhost # ports: @@ -63,6 +63,8 @@ services: # environment: # PORT: 7493 # MCAPTCHA_redis_URL: "redis://mcaptcha_redis/" +# MCAPTCHA_allow_registration: true +# MCAPTCHA_server_DOMAIN: "ChangeThis" # depends_on: # db: # condition: service_healthy @@ -72,7 +74,7 @@ services: # mcaptcha_redis: # image: mcaptcha/cache:latest # networks: -# - shonks +# - shonk # healthcheck: # test: "redis-cli ping" # interval: 5s |