Skip to content
Snippets Groups Projects
Commit 0faab36b authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed docker ports

parent 033573c9
Branches
Tags
No related merge requests found
...@@ -7,9 +7,9 @@ services: ...@@ -7,9 +7,9 @@ services:
- netPostgres - netPostgres
- jenkins_dev - jenkins_dev
expose: expose:
- "8080" - "9000"
ports: ports:
- "8080:8080" - "9000:9000"
environment: environment:
TZ: Europe/Berlin TZ: Europe/Berlin
LANG: en_US.UTF-8 LANG: en_US.UTF-8
......
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
expose: expose:
- "8080" - "8080"
ports: ports:
- "8080:8080" - "9000:8080"
environment: environment:
TZ: Europe/Berlin TZ: Europe/Berlin
LANG: en_US.UTF-8 LANG: en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment