This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
spell-warz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add docker-compose
master
myitinos
5 years ago
parent
1d668cf5d7
commit
50d46a2807
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
network_mode
:
"bridge"
restart
:
on
-
failure
ports:
-
"30310:12345"
Write
Preview
Loading…
Cancel
Save