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