We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf447dd commit 59e186dCopy full SHA for 59e186d
docker-compose.yml
@@ -0,0 +1,9 @@
1
+services:
2
+ desktop:
3
+ image: ghcr.io/openshock/desktop:latest
4
+ restart: unless-stopped
5
+ volumes:
6
+ - ./data:/data
7
+ network_mode: host
8
+ environment:
9
+ ASPNETCORE_HTTP_PORTS: 8888
0 commit comments