6 lines
130 B
YAML
6 lines
130 B
YAML
services:
|
|
hardfight:
|
|
build: .
|
|
volumes:
|
|
- "$PWD/irc_config.yaml:/app/irc_config.yaml"
|
|
- "$PWD/save:/app/save" |