freenet/docker-compose.yml
Merith-TK e6e946ce44
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 9s
it builds and it runs, needs further testing
2025-04-21 14:16:22 -07:00

15 lines
318 B
YAML

services:
freenet:
# image: git.merith.xyz/oci/freenet:nightly
build: ./
container_name: freenet
ports:
# Opening all ports I see in the log, I dont know much about them
- "31337:31337"
- "40185:40185"
- "43841:43841"
- "50509:50509"
volumes:
- ./data:/data