Fix ports setting

This commit is contained in:
Luke Murphy 2020-03-09 10:15:20 +01:00
parent 79d390a389
commit 744fed9407
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -1,4 +1,4 @@
FROM jboss/keycloak:9.0.0 FROM jboss/keycloak:9.0.0
EXPOSE 8080:80 EXPOSE 80:8080
EXPOSE 8443:443 EXPOSE 443:8443