🔧 Update port mappings to use single quotes in docker-compose configuration
This commit is contained in:
@@ -5,6 +5,6 @@ services:
|
||||
build: .
|
||||
container_name: pokedex-online
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
- '8080:80'
|
||||
- '8443:443'
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user