Store the bind mount directly in the user's home directory instead of under the clone of the code.

This commit is contained in:
Daniel Ceregatti 2024-06-21 21:54:50 -07:00
parent bfa5fd4561
commit 52850e6551

View file

@ -6,7 +6,7 @@ services:
- USER_ID
user: ${USER_ID}
volumes:
- ./dayz:/home/user
- ~/dayz:/home/user
network_mode: host
# The above is mutually exclusive with the below. If you don't need
# the server to show up on the LAN, comment out the network_mode above