mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 14:38:23 +00:00
Merge pull request #3 from aiogram/minor/add-quotes-for-ports
Quote port mapping
This commit is contained in:
commit
4168920b02
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user