Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 402d4fdc authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- fix issues sonar warning

parent c6808107
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,3 @@ services:
- 8982:8080
- 6902:6901
- 8953:53
......@@ -30,10 +30,10 @@ ENV SMP_HOME=/opt/smp \
# Exposing ports used in entrypoint.sh ..
# - 3306 Mysql port
# - 6400 JaCoCo port
# - 6901 JaCoCo port
# - 8080 Tomcat port
# - 53 dns port
EXPOSE 3306 8080 6400 53
EXPOSE 3306 8080 6901 53
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment