add stump
This commit is contained in:
15
compose.yaml
15
compose.yaml
@@ -138,6 +138,21 @@ services:
|
||||
networks:
|
||||
- backnet
|
||||
|
||||
stump:
|
||||
image: aaronleopold/stump
|
||||
container_name: stump
|
||||
# Replace my paths (prior to the colons) with your own
|
||||
volumes:
|
||||
- ./stump:/config
|
||||
- /mnt/hub:/data
|
||||
#ports:
|
||||
# - 10801:10801
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
sshtun:
|
||||
build:
|
||||
context: sshtun
|
||||
|
||||
Reference in New Issue
Block a user