This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
spell-warz-again
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added docker-compose
master
myitinos
5 years ago
parent
6a7c12731f
commit
48c30a0da8
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-again"
network_mode
:
"bridge"
restart
:
on
-
failure
ports:
-
"30311:12345"
Write
Preview
Loading…
Cancel
Save