We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b74c71 commit c0b1980Copy full SHA for c0b1980
install/management_compose.yaml
@@ -81,9 +81,8 @@ services:
81
timeout: 10s
82
retries: 3
83
updater:
84
- build:
85
- context: ./sidecar-updater
86
- dockerfile: Dockerfile
+ image: ghcr.io/crosstalk-solutions/project-nomad-sidecar-updater:latest
+ pull_policy: always
87
container_name: nomad_updater
88
restart: unless-stopped
89
volumes:
0 commit comments