mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved Moodle port mapping bug
This commit is contained in:
@@ -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: .
|
||||
|
Reference in New Issue
Block a user