mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
Merge pull request #20 from justinclayton/patch-1
minecraft-server: fixing quotes so volume will create correctly
This commit is contained in:
commit
8c3b0a720d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ EXPOSE 25565
|
|||
ADD start.sh /start
|
||||
ADD start-minecraft.sh /start-minecraft
|
||||
|
||||
VOLUME ['/data']
|
||||
VOLUME ["/data"]
|
||||
ADD server.properties /tmp/server.properties
|
||||
WORKDIR /data
|
||||
|
||||
|
|
Loading…
Reference in a new issue