Skip to content

Commit 59e186d

Browse files
committed
Add example docker compose
1 parent cf447dd commit 59e186d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)