Skip to content
Snippets Groups Projects
Commit 1f7044c7 authored by piuvas silly's avatar piuvas silly
Browse files

fix mcaptcha.

parent bc02b4ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment