Sfoglia il codice sorgente

add docker-compose

master
myitinos 4 anni fa
parent
commit
50d46a2807
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. +10
    -0
      docker-compose.yml

+ 10
- 0
docker-compose.yml Vedi File

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

Caricamento…
Annulla
Salva