Update README

This commit is contained in:
2024-01-10 03:41:20 +01:00
parent 3adf769d6f
commit 0edf55b049

View File

@@ -37,6 +37,9 @@ services:
toolkit: toolkit:
image: jkaninda/toolkit:latest image: jkaninda/toolkit:latest
container_name: toolkit container_name: toolkit
privileged: true
devices:
- "/dev/fuse"
command: ["/bin/bash", "sh"] command: ["/bin/bash", "sh"]
volumes: volumes:
- ./custome-volume:/custome-volume - ./custome-volume:/custome-volume