Skip to content

Commit

Permalink
Create docker-compose.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamus1red authored Oct 14, 2020
1 parent f6c7ad0 commit d325fea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3.7"
services:
unrealircd:
build:
context: .
dockerfile: Dockerfile
args:
VER: 5.0.7
image: ircd/unrealircd:latest
volumes:
- "/path/to/unrealircd:/ircd"

0 comments on commit d325fea

Please sign in to comment.