We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0307 commit 1474951Copy full SHA for 1474951
docker-compose.yml
@@ -4,3 +4,9 @@ services:
4
svelte-sample:
5
restart: always
6
build: .
7
+ networks:
8
+ - proxy
9
+
10
+networks:
11
+ proxy:
12
+ external: true
0 commit comments