Skip to content

Commit

Permalink
chore: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hildxd committed Jan 25, 2024
1 parent 57dc43b commit f5cc8e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: earthworm_nest
volumes:
- data:/var/lib/mysql
command: --default-authentication-plugin=mysql_native_password
ports:
- "3306:3306"
Expand All @@ -17,5 +19,5 @@ services:
ports:
- 6379:6379
volumes:
redis_data:
data:
driver: local

0 comments on commit f5cc8e5

Please sign in to comment.