mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
docs: Add restart policy (#189)
This commit is contained in:
parent
44be8f5869
commit
eb50bf405a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
services:
|
||||
osx:
|
||||
macos:
|
||||
image: dockurr/macos
|
||||
container_name: macos
|
||||
environment:
|
||||
|
|
@ -13,4 +13,5 @@ services:
|
|||
- 8006:8006
|
||||
- 5900:5900/tcp
|
||||
- 5900:5900/udp
|
||||
restart: always
|
||||
stop_grace_period: 2m
|
||||
|
|
|
|||
Loading…
Reference in a new issue