[mirotalk] - add comment

This commit is contained in:
Miroslav Pejic
2023-03-08 16:53:02 +01:00
parent 673af9ef45
commit 04f1ec2de8
+3
View File
@@ -10,6 +10,9 @@ services:
hostname: mirotalk
volumes:
- .env:/src/.env:ro
# These volumes are not mandatory, uncomment if you want to use it
# - ./app/:/src/app/:ro
# - ./public/:/src/public/:ro
restart: unless-stopped
ports:
- '3000:3000'