Solved Moodle port mapping bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-07 05:21:36 +02:00
parent b9e5c3a337
commit a51bc1f4c7
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,7 +1,7 @@
{% include 'roles/docker-compose/templates/base.yml.j2' %}
moodle:
{% set container_port = 8008 %}
{% set container_port = 8080 %}
container_name: {{ container_name }}
build:
context: .