Commit c5a2e24a6605dcba755c34f164863b693ecc112f
1 parent
be1d54be
formatting of the documentation adapted
Showing
1 changed file
with
8 additions
and
8 deletions
README.md
@@ -124,24 +124,24 @@ The Docker configurations can be found in the `docker-compose.yml` file. This is | @@ -124,24 +124,24 @@ The Docker configurations can be found in the `docker-compose.yml` file. This is | ||
124 | 124 | ||
125 | ### Backend | 125 | ### Backend |
126 | 126 | ||
127 | -Internal port of the container: `8080` | ||
128 | -External port from the container: `8080` | 127 | +- Internal port of the container: `8080` |
128 | +- External port from the container: `8080` | ||
129 | 129 | ||
130 | 130 | ||
131 | ### WildFly server manager | 131 | ### WildFly server manager |
132 | 132 | ||
133 | -Internal port of the container: `9990` | ||
134 | -External port from the container: `9990` | 133 | +- Internal port of the container: `9990` |
134 | +- External port from the container: `9990` | ||
135 | 135 | ||
136 | ### Database | 136 | ### Database |
137 | 137 | ||
138 | -Internal port of the container: `5432` | ||
139 | -External port from the container: `5432` | 138 | +- Internal port of the container: `5432` |
139 | +- External port from the container: `5432` | ||
140 | 140 | ||
141 | ### Database administration | 141 | ### Database administration |
142 | 142 | ||
143 | -Internal port of the container: `8080` | ||
144 | -External port from the container: `8081` | 143 | +- Internal port of the container: `8080` |
144 | +- External port from the container: `8081` | ||
145 | 145 | ||
146 | <!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --> | 146 | <!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --> |
147 | 147 |