Skip to content

Commit

Permalink
Update compose.service.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloveless authored Dec 30, 2021
1 parent 11fd1cc commit 2f1a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker_compose_project/templates/compose.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Type=oneshot
RemainAfterExit=yes

{{ if docker_registry_url != "" or docker_username != "" }}
Environment="{{ project_path }}/.docker/"
Environment="DOCKER_CONFIG={{ project_path }}/.docker/"
{{ endif }}

ExecStartPre=-/usr/local/bin/docker-compose pull --quiet --ignore-pull-failures
Expand Down

0 comments on commit 2f1a8ea

Please sign in to comment.