fixed port

This commit is contained in:
rjawor 2019-05-17 09:35:31 +02:00
parent dab669729f
commit 6ead6c4f98
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
build: ./concordia-server
container_name: concordia-server
ports:
- "10001:80"
- "10001:8800"
depends_on:
- "concordia-postgres"
- "lemmagen"