services:
webtop:
container_name: webtop
image: lscr.io/linuxserver/webtop:arch-xfce
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris # ← change to your timezone
- LC_ALL=fr_FR.UTF-8
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=git|tree|vim
ports:
- 3000:3000
volumes:
- ./webtop-config:/config # persistent home directory + settings
- ./tmp:/tmp
shm_size: 1gb # very important for performance!sudo dmidecode -t system -t processor -t memory | grep -Ev 'None|: [0-9]*$' | grep -E "Maximum Capacity|Serial Number|Product Name|Version"
Due to Python lint.
find . -type f -name "*.py" -exec sed -i 's/^[[:space:]]*$//' {} \;