Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
remove hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Nov 26, 2019
1 parent 5f2c551 commit 2f5bd11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose-plugin-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
volumes:
- ./actinia-core-data/grassdb:/actinia_core/grassdb:Z
- ./actinia-core-data/geodata_dir:/mnt/geodata:Z
- ./actinia-core-data/userdata:/actinia_core/userdata"
- ./actinia-core-data/workspace/temp_db:/actinia_core/workspace/temp_db"
- ./actinia-core-data/workspace/tmp:/actinia_core/workspace/tmp"
- ./actinia-core-data/resources:/actinia_core/resources"
- ./actinia-core-data/userdata:/actinia_core/userdata
- ./actinia-core-data/workspace/temp_db:/actinia_core/workspace/temp_db
- ./actinia-core-data/workspace/tmp:/actinia_core/workspace/tmp
- ./actinia-core-data/resources:/actinia_core/resources
ports:
- 8088:8088
expose:
Expand Down
8 changes: 4 additions & 4 deletions docker/docker-compose-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ services:
volumes:
- ./actinia-core-data/grassdb:/actinia_core/grassdb:Z
- ./actinia-core-data/geodata_dir:/mnt/geodata:Z
- ./actinia-core-data/userdata:/actinia_core/userdata"
- ./actinia-core-data/workspace/temp_db:/actinia_core/workspace/temp_db"
- ./actinia-core-data/workspace/tmp:/actinia_core/workspace/tmp"
- ./actinia-core-data/resources:/actinia_core/resources"
- ./actinia-core-data/userdata:/actinia_core/userdata
- ./actinia-core-data/workspace/temp_db:/actinia_core/workspace/temp_db
- ./actinia-core-data/workspace/tmp:/actinia_core/workspace/tmp
- ./actinia-core-data/resources:/actinia_core/resources
ports:
- 8088:8088
expose:
Expand Down

0 comments on commit 2f5bd11

Please sign in to comment.