mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 22:48:07 +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:
|
volumes:
|
||||||
- telegram-bot-api-data:/var/lib/telegram-bot-api
|
- telegram-bot-api-data:/var/lib/telegram-bot-api
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- "8081:8081"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
telegram-bot-api-data:
|
telegram-bot-api-data:
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- telegram-bot-api-data:/var/lib/telegram-bot-api
|
- telegram-bot-api-data:/var/lib/telegram-bot-api
|
||||||
- ./nginx:/etc/nginx/conf.d/
|
- ./nginx:/etc/nginx/conf.d/
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- "80:80"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
telegram-bot-api-data:
|
telegram-bot-api-data:
|
||||||
|
Loading…
Reference in New Issue
Block a user