🔧 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: . build: .
container_name: pokedex-online container_name: pokedex-online
ports: ports:
- "8080:80" - '8080:80'
- "8443:443" - '8443:443'
restart: unless-stopped restart: unless-stopped

File diff suppressed because it is too large Load Diff