aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-09-05 10:17:27 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-09-05 10:17:27 +0200
commita670a0a6fc7c5f6401342e0bc092bec2f8d6de29 (patch)
treede83f21af4b038e452db21518e91680e252662e2 /docker-compose.yml
parent3e4214d86aa0980458abba716316639987ac8995 (diff)
disable ssl for docker image, fixes #5808
Closes #5808 Merge request studip/studip!4476
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3ecc7d8..c71864e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -19,6 +19,7 @@ services:
- db
volumes:
- web_data:/var/www/studip/data
+ - ./docker/studip/my.cnf:/etc/mysql/conf.d/my.cnf:ro
# Use port to redirect port
ports: