Make persistent theme volume optional
This commit is contained in:
@ -30,7 +30,6 @@ services:
|
||||
# retries: 10
|
||||
# start_period: 1m
|
||||
volumes:
|
||||
- "themes:/opt/keycloak/themes"
|
||||
- "providers:/opt/keycloak/providers"
|
||||
depends_on:
|
||||
- mariadb
|
||||
@ -91,5 +90,4 @@ secrets:
|
||||
|
||||
volumes:
|
||||
mariadb:
|
||||
themes:
|
||||
providers:
|
||||
|
||||
Reference in New Issue
Block a user