Skip to content

Commit

Permalink
feat: update focalboard
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Oct 9, 2022
1 parent 4c3ff3e commit 90cde45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stacks/focalboard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# DOMAIN=example.com docker stack deploy -c focalboard.yml focalboard
# chown -R 2000:2000 config/ data/ plugins/

version: '3.8'

Expand All @@ -8,7 +7,6 @@ services:
image: mattermost/focalboard:${VERSION:-7.4.1}
volumes:
- ${VOLUME_PATH}data:/data
- ${VOLUME_PATH}config:/opt/focalboard
deploy:
labels:
- traefik.enable=true
Expand All @@ -22,7 +20,6 @@ services:
- traefik

volumes:
config:
data:

networks:
Expand Down

0 comments on commit 90cde45

Please sign in to comment.