Merge pull request #3 from aiogram/minor/add-quotes-for-ports

Quote port mapping
This commit is contained in:
Alex Root Junior 2022-04-05 02:35:29 +03:00 committed by GitHub
commit 4168920b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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:

View File

@ -19,7 +19,7 @@ services:
- telegram-bot-api-data:/var/lib/telegram-bot-api
- ./nginx:/etc/nginx/conf.d/
ports:
- 80:80
- "80:80"
volumes:
telegram-bot-api-data: