🔧 Update port mappings to use single quotes in docker-compose configuration

This commit is contained in:
2026-01-28 04:37:55 +00:00
parent d73b4e5eca
commit 75b6b558c9
2 changed files with 1209 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ services:
build: .
container_name: pokedex-online
ports:
- "8080:80"
- "8443:443"
- '8080:80'
- '8443:443'
restart: unless-stopped