diff --git a/wiki/getting-started/Installation.md b/wiki/getting-started/Installation.md index 2aad524..158900a 100644 --- a/wiki/getting-started/Installation.md +++ b/wiki/getting-started/Installation.md @@ -176,8 +176,8 @@ services: volumes: - './config:/app/config' - './world:/app/world' - - './world_nether:/world_nether' - - './world_the_end:/world_the_end' + - './world_nether:/app/world_nether' + - './world_the_end:/app/world_the_end' - './data:/app/data' - './web:/app/web' ```