mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-01 08:29:43 +00:00
[mc] Use image rather than build in example proxied compose file
This commit is contained in:
@@ -2,7 +2,8 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
build: .
|
# build: .
|
||||||
|
image: itzg/minecraft-server
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user