Skip to content

Commit

Permalink
Merge pull request #4 from helix-robotics-ag/seb/make_controller_cont…
Browse files Browse the repository at this point in the history
…ainer_not_restart

Change container mode to never restart
  • Loading branch information
sebtiburzio authored Feb 15, 2024
2 parents a3d00dd + 73c99eb commit 1b0a895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: "no"
network_mode: "host"
privileged: true
ipc: host
Expand Down

0 comments on commit 1b0a895

Please sign in to comment.