Skip to content

Commit

Permalink
Simplify README
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Nov 28, 2023
1 parent f78c151 commit 48f4a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ We would have to copy the necessary image files into the `./disks` directory so
we can go ahead and mount the volumes as follows:

docker run -p 69:69/udp \
-v "${PWD}"/disks:/data/disks \
-v "${PWD}"/custom.cfg:/data/grub/custom.cfg \
-v ./disks:/data/disks \
-v ./custom.cfg:/data/grub/custom.cfg \
docker.io/aguslr/atftpd:latest


Expand Down

0 comments on commit 48f4a74

Please sign in to comment.