cports-docker/docker-compose.yml
jabuxas 5343f236ed feat: add working docker files
the problem is that a simple wgetpaste pkg took 10 minutes
(https://paste.jabuxas.xyz/4689814282.log) to compile.

i have no idea whats wrong yet
2024-09-02 11:38:10 -03:00

10 lines
148 B
YAML

services:
cports:
build: .
stdin_open: true
tty: true
user: user
privileged: true
volumes:
- ${CPORTS_REPO}:/cports