Skip to content

Commit

Permalink
add seccomp to mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Jan 23, 2024
1 parent 101445a commit ee140eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ services:
MYSQL_DATABASE: cbioportal
MYSQL_USER: cbio
MYSQL_PASSWORD: ${MYSQL_USER_PASSWORD:-P@ssword1}
security_opt:
- seccomp:unconfined
volumes:
- ./data/cgds.sql:/docker-entrypoint-initdb.d/cgds.sql:Z
- ./data/seed-cbioportal_hg19_hg38_v2.13.1.sql.gz:/docker-entrypoint-initdb.d/seed.sql.gz:Z
Expand Down
2 changes: 2 additions & 0 deletions compose-research.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ services:
MYSQL_DATABASE: cbioportal
MYSQL_USER: cbio
MYSQL_PASSWORD: ${MYSQL_USER_PASSWORD:-P@ssword1}
security_opt:
- seccomp:unconfined
volumes:
- ./data/cgds.sql:/docker-entrypoint-initdb.d/cgds.sql:Z
- ./data/seed-cbioportal_hg19_hg38_v2.13.1.sql.gz:/docker-entrypoint-initdb.d/seed.sql.gz:Z
Expand Down
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ services:
MYSQL_DATABASE: cbioportal
MYSQL_USER: cbio
MYSQL_PASSWORD: ${MYSQL_USER_PASSWORD:-P@ssword1}
security_opt:
- seccomp:unconfined
volumes:
- ./data/cgds.sql:/docker-entrypoint-initdb.d/cgds.sql:Z
- ./data/seed-cbioportal_hg19_hg38_v2.13.1.sql.gz:/docker-entrypoint-initdb.d/seed.sql.gz:Z
Expand Down

0 comments on commit ee140eb

Please sign in to comment.