We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdf427 commit 1c16f40Copy full SHA for 1c16f40
1 file changed
config/deploy.yml
@@ -43,6 +43,10 @@ registry:
43
builder:
44
arch: amd64
45
46
+# Docker options to enable host.docker.internal on Linux
47
+options:
48
+ add-host: "host.docker.internal:host-gateway"
49
+
50
volumes:
51
- "/opt/docker/techstacks.io/App_Data:/app/App_Data"
52
0 commit comments