Changed name of image
This commit is contained in:
parent
918b837067
commit
95f086454f
2
build.sh
2
build.sh
|
@ -2,4 +2,4 @@
|
|||
|
||||
go build -o bin/main src/main.go
|
||||
go build -o bin/cmd src/cmd.go
|
||||
sudo docker build -t minecraft .
|
||||
sudo docker build -t magmise/minecraft .
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minecraft:
|
||||
image: minecraft
|
||||
image: magmise/minecraft
|
||||
container_name: minecraft
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
tty: true
|
||||
|
||||
minecraft2:
|
||||
image: minecraft
|
||||
image: magmise/minecraft
|
||||
container_name: minecraft2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue