Skip to content

Commit

Permalink
fix(docker): drop db external access
Browse files Browse the repository at this point in the history
We do not need it anyway.
  • Loading branch information
Liu233w authored and mergify[bot] committed Sep 29, 2023
1 parent 243533f commit 0441adf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ services:
# fix `mbind: Operation not permitted`, see https://stackoverflow.com/a/55706057
cap_add:
- SYS_NICE # CAP_SYS_NICE
ports:
- "3306:3306"

captcha-service:
image: ${DOCKER_REPO}acm-statistics-captcha-service${DOCKER_TAG}
Expand Down

0 comments on commit 0441adf

Please sign in to comment.