Skip to content

Commit

Permalink
Merge pull request #6 from jsenecal/develop
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
jsenecal authored Sep 24, 2024
2 parents 73e64e0 + efbb087 commit 2cff15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ services:
pgbackups:
image: {{ netbox_pgbackups_image }}
restart: unless-stopped
env_file: "env/postgres.env"
env_file: "env/pgbackups.env"
volumes:
- type: bind
source: "{{ netbox_base_path }}/backups"
Expand Down

0 comments on commit 2cff15c

Please sign in to comment.