From 8fbc653ff0aaa507bce3e32f9e2e6676f8068808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20R=C3=A9thelyi?= <rethelyibalint@gmail.com> Date: Thu, 25 Feb 2021 16:01:15 +0100 Subject: [PATCH] fix --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 29c1ab3..7b6b53f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,6 @@ services: - ./conf:/app/conf env_file: - token.env - - cookie.env \ No newline at end of file + - cookie.env + ports: + - "8080:8081" \ No newline at end of file -- GitLab