Skip to content

Commit 2e58f8e

Browse files
committed
Simplfy port mappings
1 parent ce6e5e0 commit 2e58f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klass-shared/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
depends_on:
5454
- mariadb
5555
ports:
56-
- "8081:8080"
56+
- "8082:8080"
5757
deploy:
5858
resources:
5959
limits:
@@ -75,7 +75,7 @@ services:
7575
container_name: klass-forvaltning
7676
profiles: [ frontend ]
7777
ports:
78-
- "8082:8081"
78+
- "8081:8081"
7979
environment:
8080
SPRING_PROFILES_ACTIVE: frontend, postgres-local, ad-offline, skip-indexing, embedded-solr
8181
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)