9 lines
181 B
YAML
9 lines
181 B
YAML
services:
|
|
hardlounge:
|
|
image: git.supernets.org/supernets/hardlounge:latest
|
|
#build: .
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- "$PWD/config:/var/opt/hardlounge"
|