Browse Source

added build docker-compose and modified image name

pull/1/head
thehuntedpie 7 years ago
parent
commit
34102370bc
  1. 7
      docker-compose.build.yml
  2. 2
      docker-compose.yml

7
docker-compose.build.yml

@ -0,0 +1,7 @@
version: '3.1'
services:
mindustry:
build: .
image: thehuntedpie/mindustry:4.0-alpha-56

2
docker-compose.yml

@ -2,7 +2,7 @@ version: '3.1'
services:
mindustry:
image: viviv/mindustry
image: thehuntedpie/mindustry:4.0-alpha-56
ports:
- '6567:6567/tcp'
- '6567:6567/udp'

Loading…
Cancel
Save