fix: remove --oauth command from azurite service in compose.yaml and enhance error handling in run-server.sh
This commit is contained in:
@@ -2,8 +2,6 @@ services:
|
||||
azurite:
|
||||
image: azurite:latest
|
||||
container_name: azurite
|
||||
command:
|
||||
- --oauth
|
||||
ports:
|
||||
- "443:443"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user