removed webtop
This commit is contained in:
@@ -62,7 +62,6 @@ services:
|
||||
- 8777:8000 # http control
|
||||
- 8888:8888 # http proxy
|
||||
- 6901:6901 # debian xfce firefox
|
||||
- 3004:3001 # webtop
|
||||
- 3129:3129 # jdownloader
|
||||
- 5800:5800 # jdownloader]
|
||||
- 8282:8282 # qbittorrent
|
||||
@@ -241,28 +240,6 @@ services:
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/speedtesttracker/config:/config
|
||||
|
||||
webtop-test:
|
||||
container_name: webtop-test
|
||||
image: lscr.io/linuxserver/webtop:debian-xfce
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- CUSTOM_USER=akanealw
|
||||
- PASSWORD=kai5okee4quoy4cool7aeV8Muivait
|
||||
- TITLE=Webtop
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "service:gluetun"
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
shm_size: 1gb
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/webtop/config:/config
|
||||
- ${DOCKER_CONFIGS}/webtop/scripts:/custom-cont-init.d:ro
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
networks:
|
||||
vpn:
|
||||
reverse-proxy:
|
||||
|
||||
Reference in New Issue
Block a user