Skip to content

Commit

Permalink
Remove local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marioba committed Jun 16, 2023
1 parent 0bef062 commit 04b6b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
image: "opengisch/qgis:focal-3.16"
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix ro
- /home/mario/projects/pzp/pzp/pzp:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pzp/
- /home/mario/projects/pzp-utils/pzp_utils/:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pzp_utils/
- ./pzp:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pzp/
- ../../pzp-utils/pzp_utils/:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pzp_utils/
- ./io:/io
command:
- qgis
Expand Down

0 comments on commit 04b6b9b

Please sign in to comment.