generated from oci/template
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 9s
15 lines
318 B
YAML
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
|