mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +00:00
[mc] Use image rather than build in example proxied compose file
This commit is contained in:
parent
3a64e32184
commit
bc100163c2
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ version: '3'
|
|||
|
||||
services:
|
||||
mc:
|
||||
build: .
|
||||
# build: .
|
||||
image: itzg/minecraft-server
|
||||
ports:
|
||||
- 25565:25565
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue