We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675e01 commit a1d2549Copy full SHA for a1d2549
docker-compose.yaml
@@ -0,0 +1,11 @@
1
+version: '3'
2
+
3
+services:
4
5
+ dwn-server:
6
+ container_name: dwn-server
7
+ image: ghcr.io/tbd54566975/dwn-server:main
8
+ ports:
9
+ - ${DWN_SERVER_PORT:-3000}:3000
10
+ volumes:
11
+ - ./dwn-server:/dwn-server/data
0 commit comments