sync time

This commit is contained in:
Jean-Marie Mineau 2021-01-31 18:17:11 +01:00
parent fdb575db84
commit 5ce47146ba

View file

@ -13,5 +13,6 @@ services:
- "KEYCLOAK_PASSWORD=${PASSWORD}" - "KEYCLOAK_PASSWORD=${PASSWORD}"
volumes: volumes:
- ./certificates:/etc/x509/https - ./certificates:/etc/x509/https
- /etc/localtime:/etc/localtime:ro
ports: ports:
- "{{ keycloak_https_port }}:8443" - "{{ keycloak_https_port }}:8443"