1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00
dockerfiles/ergo/docker-compose.yml

11 lines
186 B
YAML
Raw Normal View History

2024-05-15 13:07:43 +02:00
version: "3.8"
services:
ergo:
image: ghcr.io/ergochat/ergo:stable
ports:
- "6667:6667"
- "6697:6697"
volumes:
- ./data:/ircd
restart: unless-stopped