Update docker-compose.yml

chore: quote nginx port mapping
This commit is contained in:
Oleg A 2022-04-03 20:12:18 +03:00 committed by GitHub
parent bbc589cd9c
commit 4d46d8059b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: