From c1b49cb17e40a4b39e3ae729a13d77c5f9903d90 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 9 Mar 2023 15:52:44 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- docker-compose.template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.template.yml b/docker-compose.template.yml index b0407f77..ef1cd415 100644 --- a/docker-compose.template.yml +++ b/docker-compose.template.yml @@ -9,10 +9,10 @@ services: container_name: mirotalksfu hostname: mirotalksfu restart: unless-stopped - # These volumes are not mandatory, uncomment if you want to use it - # volumes: - # - ./app/:/src/app/:ro - # - ./public/:/src/public/:ro + # These volumes are not mandatory, coment if you want to use it + volumes: + - ./app/:/src/app/:ro + - ./public/:/src/public/:ro ports: - '3010:3010/tcp' - '40000-40100:40000-40100/tcp'