mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-05 16:58:42 +00:00
[mc] Fixed docker-compose example
This commit is contained in:
parent
027d94cc77
commit
97e9b2901c
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ minecraft-server:
|
||||||
|
|
||||||
and in the same directory as that file run
|
and in the same directory as that file run
|
||||||
|
|
||||||
docker-compose -d up
|
docker-compose up -d
|
||||||
|
|
||||||
Now, go play...or adjust the `environment` section to configure
|
Now, go play...or adjust the `environment` section to configure
|
||||||
this server instance.
|
this server instance.
|
||||||
|
|
Loading…
Reference in a new issue