Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit c15a676

Browse files
user removed
1 parent 1899a2c commit c15a676

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docker-compose.yml

-8
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ services:
3131
MYSQL_DATABASE: kanboard
3232
MYSQL_USER: kb
3333
MYSQL_PASSWORD: kb-secret
34-
rights:
35-
image: busybox
36-
command: sh -c 'while true ; do chown -R $${USER_ID}.$${GROUP_ID} /target ; sleep 2s ; done'
37-
volumes:
38-
- .:/target
39-
environment:
40-
- USER_ID=10015
41-
- GROUP_ID=10003

0 commit comments

Comments
 (0)