🔧 Update port mappings to use single quotes in docker-compose configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
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