Skip to content

Commit 19084a5

Browse files
Fixed Paths In docker-compose section (#119)
1 parent 786e05c commit 19084a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/getting-started/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ services:
176176
volumes:
177177
- './config:/app/config'
178178
- './world:/app/world'
179-
- './world_nether:/world_nether'
180-
- './world_the_end:/world_the_end'
179+
- './world_nether:/app/world_nether'
180+
- './world_the_end:/app/world_the_end'
181181
- './data:/app/data'
182182
- './web:/app/web'
183183
```

0 commit comments

Comments
 (0)