mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 01:25:14 +02:00
Solved Moodle port mapping bug
This commit is contained in:
parent
b9e5c3a337
commit
a51bc1f4c7
@ -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: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user