docs: quote port mapping

Unquoted port mapping not recommended
This commit is contained in:
Oleg A 2022-04-03 19:59:40 +03:00 committed by GitHub
parent d76da0bef8
commit bbc589cd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ services:
volumes:
- telegram-bot-api-data:/var/lib/telegram-bot-api
ports:
- 8081:8081
- "8081:8081"
volumes:
telegram-bot-api-data: