Solved port bug

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-23 20:20:45 +01:00
parent cf17568295
commit 4778bd9f35
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
moodle:
image: docker.io/bitnami/moodle:latest
ports:
- 127.0.0.1:{{http_port}}:80
- 127.0.0.1:{{http_port}}:8080
environment:
- MOODLE_DATABASE_HOST={{database_host}}
- MOODLE_DATABASE_PORT_NUMBER=3306