Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennysubke authored Sep 25, 2024
1 parent 4f22154 commit 2c82aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions excalidraw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ services:
stop_grace_period: 1m
volumes:

Check notice on line 13 in excalidraw/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/excalidraw/data" doesn't exist

The volume "${APP_DATA_DIR}/data:/data/excalidraw" tries to mount the file/directory "/excalidraw/data", but it is not present. This can lead to permission errors!
- ${APP_DATA_DIR}/data:/data/excalidraw
environment:
- PUID=1000
- PGID=1000

#https://github.com/excalidraw/excalidraw.git

0 comments on commit 2c82aa4

Please sign in to comment.