update default compose file

This commit is contained in:
root 2024-10-28 02:38:34 +03:00
parent 1fcde8cea7
commit 01174ce6e7

View File

@ -1,6 +1,10 @@
services:
ircd:
build: .
build:
context: .
args:
BUILD_SERVER_NAME: ${SERVER_NAME}
image: inspi4
network_mode: "host"
env_file: "config.env"
volumes: