mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Solved port bug
This commit is contained in:
parent
cf17568295
commit
4778bd9f35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user