Skip to content

Commit

Permalink
fix(docker): remove redundant slash in volume mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Nov 7, 2024
1 parent e98c43b commit 9c08197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ services:
volumes:
- ./volumes/oceanbase/data:/root/ob
- ./volumes/oceanbase/conf:/root/.obd/cluster
- ./volumes/oceanbase/init.d://root/boot/init.d
- ./volumes/oceanbase/init.d:/root/boot/init.d
environment:
OB_MEMORY_LIMIT: ${OCEANBASE_MEMORY_LIMIT:-6G}
OB_SYS_PASSWORD: ${OCEANBASE_VECTOR_PASSWORD:-difyai123456}
Expand Down

0 comments on commit 9c08197

Please sign in to comment.