Skip to content

Commit

Permalink
Added docker-compose.yml, partly resolving #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark committed Jan 7, 2022
1 parent d9b0e59 commit 0dc10c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3'

services:
webgame:
container_name: Webgame
image: webgame
ports:
- 443:443/tcp
- 18266:18266/tcp

0 comments on commit 0dc10c2

Please sign in to comment.