Fixed IPv6 access inside Docker container

This commit is contained in:
timothymiller
2020-08-13 18:26:43 -04:00
parent 1e55144bf2
commit 5ac69b8274
5 changed files with 30 additions and 32 deletions

View File

@@ -9,13 +9,14 @@
".vscode": true,
"LICENSE": true,
"requirements.txt": true,
"build-docker-image.sh": false,
"build-docker-image.sh": true,
".gitignore": true,
"Dockerfile": false,
"start-sync.sh": false,
"Dockerfile": true,
"start-sync.sh": true,
"venv": true
},
"explorerExclude.backup": null,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
"python.linting.enabled": true,
"python.pythonPath": "venv/bin/python"
}