Skip to content

Commit

Permalink
docs: Remove restart policy (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 15, 2024
1 parent 067db32 commit 011c083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
qemu:
container_name: qemu
Expand All @@ -12,4 +11,3 @@ services:
ports:
- 8006:8006
stop_grace_period: 2m
restart: on-failure
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ It uses high-performance QEMU options (like KVM acceleration, kernel-mode networ
Via Docker Compose:

```yaml
version: "3"
services:
qemu:
container_name: qemu
Expand All @@ -39,7 +38,6 @@ services:
ports:
- 8006:8006
stop_grace_period: 2m
restart: on-failure
```
Via Docker CLI:
Expand Down

0 comments on commit 011c083

Please sign in to comment.