mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
* Use docker-compose * Make it work with podman too * Run as root inside the container, no need for chorus user
13 lines
233 B
YAML
13 lines
233 B
YAML
services:
|
|
chorus:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: chorus
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./etc:/opt/chorus/etc
|
|
- ./var:/opt/chorus/var
|
|
ports:
|
|
- 443:1444
|