Skip to content

Commit

Permalink
fix(deployment): Fix replica command to prevent restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent ba3b276 commit 4954f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
dockerfile: Dockerfile
hostname: replica
restart: always
command: 'bash -c "/init.sh && exec /lib/systemd/systemd"'
command: 'bash -c "/init.sh && exec /lib/systemd/systemd" && sleep 3600'
privileged: true
volumes:
- ./init.sh:/init.sh:ro
Expand Down

0 comments on commit 4954f55

Please sign in to comment.