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

#663 - expose port

parent f0d8eb16
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ services: ...@@ -5,6 +5,10 @@ services:
restart: never restart: never
networks: networks:
- netPostgres - netPostgres
expose:
- "8080"
ports:
- "8080: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