Skip to content

Commit

Permalink
docs: Add restart policy (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 17, 2025
1 parent 44be8f5 commit eb50bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
osx:
macos:
image: dockurr/macos
container_name: macos
environment:
Expand All @@ -13,4 +13,5 @@ services:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
restart: always
stop_grace_period: 2m

0 comments on commit eb50bf4

Please sign in to comment.