Skip to content

Commit

Permalink
chore: Update Docker volume path for genmon service
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed May 9, 2024
1 parent 09cc5fa commit fac999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genmon/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
restart: unless-stopped # Restart the container unless it is explicitly stopped
# Mount host paths or named volumes into the container
volumes:
- big_bear_genmon_data:/var/lib/genmon # Mount a named volume 'big_bear_genmon_data' to store data persistently at /var/lib/genmon in the container
- big_bear_genmon_data:/git/genmon # Mount a named volume 'big_bear_genmon_data' to store data persistently at /git/genmon in the container
- big_bear_genmon_config:/etc/genmon # Mount a named volume 'big_bear_genmon_config' to store configuration files persistently at /etc/genmon in the container

# Define volumes used by the services
Expand Down

0 comments on commit fac999b

Please sign in to comment.