Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Oct 28, 2024
2 parents 8e4ba25 + 3fb1215 commit cd2c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-123456}
volumes:
- mysql:/var/lib/mysql/
- ./sql/mysql/ruoyi-vue-pro.sql:/docker-entrypoint-initdb.d/ruoyi-vue-pro.sql:ro
- ../../sql/mysql/ruoyi-vue-pro.sql:/docker-entrypoint-initdb.d/ruoyi-vue-pro.sql:ro

redis:
container_name: yudao-redis
Expand Down

0 comments on commit cd2c6d2

Please sign in to comment.