Skip to content

Commit

Permalink
docs: remove unneeded volume
Browse files Browse the repository at this point in the history
  • Loading branch information
wastrachan committed Mar 21, 2024
1 parent c483044 commit 344a818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ push:

.PHONY: run
run: build
docker run -v "$(CURDIR)/config:/config" \
--name gandi-ddns \
docker run --name gandi-ddns \
--rm \
-e GANDI_KEY="12343123abcd" \
-e GANDI_DOMAIN="mydomain.net" \
Expand Down

0 comments on commit 344a818

Please sign in to comment.