mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 22:48:07 +00:00
Update docker-compose.yml
chore: quote nginx port mapping
This commit is contained in:
parent
bbc589cd9c
commit
4d46d8059b
@ -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