Skip to content

Commit

Permalink
fix: assign profile to the dev database
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Nov 4, 2022
1 parent fb74524 commit 28342e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ services:
ac-dev-database:
image: mysql:8.0
restart: unless-stopped
profiles: [dev]
cap_add:
- SYS_NICE # CAP_SYS_NICE
ports:
Expand Down

0 comments on commit 28342e9

Please sign in to comment.