Skip to content

Commit

Permalink
temporary podman auto-update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefaBa authored Feb 15, 2023
1 parent 08ffcf6 commit 16ae349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,9 @@ def compose_systemd(compose, args):
[Service]
Type=simple
EnvironmentFile=%h/{stacks_dir}/%i.env
ExecStartPre=-{script} up --no-start
#FIXME:
#https://github.com/containers/podman-compose/issues/534#issuecomment-1274603325
ExecStartPre=-{script} up --no-start --force-recreate
ExecStartPre=/usr/bin/podman pod start pod_%i
ExecStart={script} wait
ExecStop=/usr/bin/podman pod stop pod_%i
Expand Down

0 comments on commit 16ae349

Please sign in to comment.