🔧 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
|
||||
|
||||
1207
code/websites/pokedex.online/package-lock.json
generated
Normal file
1207
code/websites/pokedex.online/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user