mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
16 lines
320 B
YAML
16 lines
320 B
YAML
services:
|
|
macos:
|
|
image: dockurr/macos:1.14
|
|
volumes:
|
|
- macos-storage:/storage
|
|
environment:
|
|
- VERSION
|
|
devices:
|
|
# If in .env string 'KVM=N' is not commented, you need to comment line below
|
|
- /dev/kvm
|
|
cap_add:
|
|
- NET_ADMIN
|
|
stop_grace_period: 2m
|
|
|
|
volumes:
|
|
macos-storage: |