From 52850e655193bef69bbe1611790ddc540ad3ef27 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 21 Jun 2024 21:54:50 -0700 Subject: [PATCH] Store the bind mount directly in the user's home directory instead of under the clone of the code. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 025fa85..86ab05b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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