Skip to content

Commit 355c97a

Browse files
authored
adjust network
1 parent 613ebd1 commit 355c97a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/keycloak/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
condition: service_healthy
6161
networks:
6262
- keycloak-internal
63-
# - proxy
63+
- proxy
6464
#labels:
6565
# - traefik.enable=true
6666
# - traefik.docker.network=proxy
@@ -72,5 +72,5 @@ services:
7272
networks:
7373
keycloak-internal:
7474
internal: true
75-
#proxy:
76-
# external: true
75+
proxy:
76+
external: true

0 commit comments

Comments
 (0)