Skip to content
Snippets Groups Projects

fix: normalize port mapping

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: ./src/main/docker/Dockerfile.jvm
ports:
- "8090:8090"
- "10124:8090"
environment:
- VIRTUAL_HOST=api.eclipse.docker
- CONFIG_SECRET_PATH=/var/run/secrets/secret.properties
@@ -31,7 +31,7 @@ services:
image: mariadb:latest
command: --max_allowed_packet=100000000
ports:
- '3306:3306'
- '10125:3306'
environment:
MYSQL_ROOT_PASSWORD: ${DOWNLOADS_MARIADB_PASSWORD}
MYSQL_DATABASE: eclipse
Loading