Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dockerized Testing Toolkit
Testrunner OpenJDK11 JUnit5-Jupiter
Commits
c03c9d71
Commit
c03c9d71
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
updated to moodle 4.3/mariadb 11.1
parent
f782c533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yaml
+2
-2
docker-compose.yaml
with
2 additions
and
2 deletions
+2
-2
docker-compose.yaml
+
2
-
2
View file @
c03c9d71
...
...
@@ -3,7 +3,7 @@ services:
services
:
mariadb-dtt
:
container_name
:
moodledb-dtt
image
:
docker.io/bitnami/mariadb:1
0.6
image
:
docker.io/bitnami/mariadb:1
1.1
environment
:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
-
ALLOW_EMPTY_PASSWORD=yes
...
...
@@ -15,7 +15,7 @@ services:
-
'
mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt
:
container_name
:
moodle-dtt
image
:
docker.io/bitnami/moodle:4.
1
image
:
docker.io/bitnami/moodle:4.
3
ports
:
-
'
81:8080'
-
'
444:8443'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets