mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
12 lines
202 B
YAML
12 lines
202 B
YAML
---
|
|
services:
|
|
onedev:
|
|
image: 1dev/server:11.6.6
|
|
restart: always
|
|
|
|
volumes:
|
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
- "onedev-data:/opt/onedev"
|
|
|
|
volumes:
|
|
onedev-data: |