mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: remove pull_policy from containers (#9887)
Having to pull these every time one does `docker compose up` is annoying and unnecessary.
This commit is contained in:
@@ -520,7 +520,6 @@ services:
|
||||
# You'll also need the extcap plugin: https://github.com/siemens/cshargextcap
|
||||
gostwire:
|
||||
image: "ghcr.io/siemens/ghostwire"
|
||||
pull_policy: always
|
||||
restart: "unless-stopped"
|
||||
read_only: true
|
||||
entrypoint:
|
||||
@@ -559,7 +558,6 @@ services:
|
||||
|
||||
edgeshark:
|
||||
image: "ghcr.io/siemens/packetflix"
|
||||
pull_policy: "always"
|
||||
read_only: true
|
||||
restart: "unless-stopped"
|
||||
entrypoint:
|
||||
|
||||
Reference in New Issue
Block a user