We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84195 commit 942d4feCopy full SHA for 942d4fe
1 file changed
docker-compose.yml
@@ -0,0 +1,12 @@
1
+services:
2
+ mudextensions:
3
+ build:
4
+ context: .
5
+ container_name: mudextensions
6
+ restart: unless-stopped
7
+ networks:
8
+ - edge
9
+
10
+networks:
11
+ edge:
12
+ external: true
0 commit comments