mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-19 21:57:47 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
10
scripts/unrealircd.sh
Executable file
10
scripts/unrealircd.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker run -d \
|
||||
--restart always \
|
||||
--name ircd \
|
||||
-p 6697:6697 \
|
||||
-p 7000:7000 \
|
||||
-v /etc/letsencrypt/live/domain/fullchain.pem:/home/unreal/unrealircd/conf/ssl/server.cert.pem:ro \
|
||||
-v /etc/letsencrypt/live/domain/privkey.pem:/home/unreal/unrealircd/conf/ssl/server.key.pem:ro \
|
||||
joelnb/unrealircd:latest
|
Reference in New Issue
Block a user