Skip to content

Commit

Permalink
fix: volume is podata not po_data
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and alexgarel committed Nov 23, 2021
1 parent 5b89f45 commit 99c09a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ create_external_volumes:
docker volume create --driver=local -o type=none -o o=bind -o device=${MOUNT_POINT}/product_images product_images
docker volume create --driver=local -o type=none -o o=bind -o device=${MOUNT_POINT}/orgs orgs
# local data
docker volume create --driver=local -o type=none -o o=bind -o device=${DOCKER_LOCAL_DATA}/po_data po_data
docker volume create --driver=local -o type=none -o o=bind -o device=${DOCKER_LOCAL_DATA}/podata podata

#---------#
# Cleanup #
Expand Down

0 comments on commit 99c09a7

Please sign in to comment.