Skip to content

Commit

Permalink
docs: minor update to README.md
Browse files Browse the repository at this point in the history
Change restart in docker compose description from always to unless-stopped
  • Loading branch information
VonDerBeck authored Jan 19, 2024
1 parent b0debd6 commit 7017e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ version: "3.9"
services:
jboss.keycloak:
image: quay.io/keycloak/keycloak:21.1.1
restart: always
restart: unless-stopped
environment:
TZ: Europe/Berlin
DB_VENDOR: h2
Expand Down

0 comments on commit 7017e1a

Please sign in to comment.