Browse Source

added docker-compose

master
myitinos 4 years ago
parent
commit
48c30a0da8
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docker-compose.yml

+ 10
- 0
docker-compose.yml View File

@ -0,0 +1,10 @@
version: "2"
services:
main:
build: .
container_name: "spell-warz-again"
network_mode: "bridge"
restart: on-failure
ports:
- "30311:12345"

Loading…
Cancel
Save