Skip to content
Snippets Groups Projects
Commit d09dd5c0 authored by Jacob Benz's avatar Jacob Benz
Browse files

pin keycloak version because they break stuff with every fucking minor release :(

parent cfa04d72
Branches
Tags 5.2.1
No related merge requests found
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
restart: always restart: always
keycloak: keycloak:
image: keycloak/keycloak image: keycloak/keycloak:26.1
command: start command: start
links: links:
- keycloakdb - keycloakdb
...@@ -47,4 +47,4 @@ services: ...@@ -47,4 +47,4 @@ services:
restart: always restart: always
networks: networks:
keycloak-net: keycloak-net:
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment