Skip to content

Commit

Permalink
Use the default network_mode (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 7, 2024
1 parent 7c1ef63 commit 2ea7cba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jobs/backupbot.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ job "backupbot" {
}

config {
image = "ghcr.io/femiwiki/backupbot:2023-01-08t22-00-4d528e99"
volumes = ["secrets/secrets.php:/a/secrets.php"]
network_mode = "host"
image = "ghcr.io/femiwiki/backupbot:2023-01-08t22-00-4d528e99"
volumes = ["secrets/secrets.php:/a/secrets.php"]
}

env {
Expand Down

0 comments on commit 2ea7cba

Please sign in to comment.