Skip to content

Commit

Permalink
Add security guards
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Jul 6, 2024
1 parent efef2c8 commit b7090f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
container_name: galera_health_check
image: ghcr.io/seaweedbraincy/galera_cluster_healthcheck:b0.3
user: 1000:1000
security_opt:
- no-new-privileges:true
read_only: true
environment:
DB_USER: <REPLACE_ME> # required
DB_PASSWORD: <REPLACE_ME> # required
Expand Down

0 comments on commit b7090f3

Please sign in to comment.