Skip to content

Commit dde512c

Browse files
committed
feat: update focalboard
1 parent 4c3ff3e commit dde512c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stacks/focalboard.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DOMAIN=example.com docker stack deploy -c focalboard.yml focalboard
2-
# chown -R 2000:2000 config/ data/ plugins/
2+
# chown -R 65534:65534 data/
33

44
version: '3.8'
55

@@ -8,7 +8,6 @@ services:
88
image: mattermost/focalboard:${VERSION:-7.4.1}
99
volumes:
1010
- ${VOLUME_PATH}data:/data
11-
- ${VOLUME_PATH}config:/opt/focalboard
1211
deploy:
1312
labels:
1413
- traefik.enable=true
@@ -22,7 +21,6 @@ services:
2221
- traefik
2322

2423
volumes:
25-
config:
2624
data:
2725

2826
networks:

0 commit comments

Comments
 (0)