diff --git a/vpn/compose.yml b/vpn/compose.yml index f8100af..917ba85 100755 --- a/vpn/compose.yml +++ b/vpn/compose.yml @@ -245,7 +245,7 @@ services: - ${DOCKER_CONFIGS}/speedtesttracker/config:/config webtop-test: - image: lscr.io/linuxserver/webtop:latest + image: lscr.io/linuxserver/webtop:debian-xfce container_name: webtop-test security_opt: - seccomp:unconfined #optional @@ -256,8 +256,7 @@ services: - TITLE=Webtop #optional volumes: - ./webtop/config:/config - depends_on: - - gluetun + - ./webtop/scripts:/custom-cont-init.d:ro network_mode: container:gluetun shm_size: "1gb" #optional restart: unless-stopped