This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
rpi_docker_home_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: Pin MariaDB to 10.3.39
master
Bingen Eguzkitza
3 months ago
parent
4ff3f38908
commit
cf44f3ae9d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
docker-compose.yml
+ 1
- 1
docker-compose.yml
View File
@@ -20,7 +20,7 @@ services:
hostname: openldap.${DOMAIN}
db:
image: mariadb:
lts
image: mariadb:
10.3.39
env_file:
- mariadb.env
networks:
Write
Preview
Loading…
Cancel
Save