mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Store the bind mount directly in the user's home directory instead of under the clone of the code.
This commit is contained in:
parent
bfa5fd4561
commit
52850e6551
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue