Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Change path for database.
  • Loading branch information
austinsonger authored Sep 8, 2021
1 parent 9a40ca9 commit 116af80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
gvm:
image: securecompliance/gvm
volumes:
- <path to data>:/data/database
- <path to data of postgres>:/opt/database
- <path to data of gvm>:/var/lib/gvm
- <path to data of openvas plugins>:/var/lib/openvas/plugins
environment:
Expand All @@ -20,4 +20,4 @@ services:
- "8080:9392" # Web interface
#- "5432:5432" # Access PostgreSQL database from external tools
#- "2222:22" # SSH for remote sensors
restart: unless-stopped
restart: unless-stopped

0 comments on commit 116af80

Please sign in to comment.