Skip to content

Commit

Permalink
PMM-212573 fix path to watchtower env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 15, 2024
1 parent 47c925c commit 4c3e6f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EnvironmentFile=/home/admin/.config/systemd/user/watchtower.env

ExecStart=/usr/bin/podman run --rm --replace=true --name %N \
-v ${XDG_RUNTIME_DIR}/podman/podman.sock:/var/run/docker.sock \
--env-file=/home/admin/.config/systemd/user/pmm-server.env \
--env-file=/home/admin/.config/systemd/user/watchtower.env \
--net pmm_default \
--cap-add=net_admin,net_raw \
docker.io/perconalab/watchtower
Expand Down

0 comments on commit 4c3e6f8

Please sign in to comment.