You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
574 B
23 lines
574 B
version: '3' |
|
services: |
|
|
|
gnutella-server: |
|
build: docker |
|
environment: |
|
VNC_PASSWORD: "23eris42" |
|
SOCAT_PORT: 1337 |
|
ENABLE_SOCAT_TUNNEL: "FALSE" |
|
HEADLESS: "FALSE" |
|
DISPLAY_HEIGHT: 900 |
|
DISPLAY_WIDTH: 1440 |
|
ports: |
|
- "22271:22271/tcp" |
|
- "22271:22271/udp" |
|
- "192.168.5.26:5903:5900/tcp" |
|
- "192.168.5.26:5800:5800/tcp" |
|
# - "192.168.5.26:1337:1337/tcp" |
|
volumes: |
|
- ./downloads:/app/gtk-gnutella/downloads |
|
- ./config:/app/.gtk-gnutella/ |
|
container_name: gnutella_server |
|
#restart: always
|
|
|