Update some direct dependencies
[clamp.git] / extra / docker / clamp / docker-compose.yml
index 81cac25..3a06212 100644 (file)
@@ -8,7 +8,7 @@ services:
     ports:
       - "2443:2443"
   db:
-    image: mariadb:10.4.7
+    image: mariadb:10.5.4
     volumes:
       - "/var/lib/mysql"
       - "../mariadb/conf1:/etc/mysql/conf.d:ro"
@@ -26,7 +26,7 @@ services:
     env_file:
       - clamp.env
     ports:
-      - "8443:8443"
+      - "10443:8443"
       
   third-party-proxy:
     image: python:2-slim