Skip to content

Commit 90cde45

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stacks/focalboard.yml

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

43
version: '3.8'
54

@@ -8,7 +7,6 @@ services:
87
image: mattermost/focalboard:${VERSION:-7.4.1}
98
volumes:
109
- ${VOLUME_PATH}data:/data
11-
- ${VOLUME_PATH}config:/opt/focalboard
1210
deploy:
1311
labels:
1412
- traefik.enable=true
@@ -22,7 +20,6 @@ services:
2220
- traefik
2321

2422
volumes:
25-
config:
2623
data:
2724

2825
networks:

0 commit comments

Comments
 (0)