Skip to content

Commit

Permalink
fix setup container
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 3, 2024
1 parent 457174d commit c20b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ix-dev/enterprise/syncthing/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{% do config.remove_devices() %}
{% do config.deploy.resources.set_profile("medium") %}
{% do config.configs.add("setup.sh", setup_script(values, settings), "/setup.sh", "0755") %}
{% do config.set_entrypoint(["/setup.sh"]) %}
{% do config.set_entrypoint(["/bin/sh", "-c", "/setup.sh"]) %}

{% do c1.set_user(0, 0) %}
{% do config.set_user(0, 0) %}
Expand Down

0 comments on commit c20b3c4

Please sign in to comment.