Revert "adjusted compose files name"

This reverts commit 81a704ad0b.
This commit is contained in:
Maksym Buz
2025-02-06 13:34:57 +01:00
parent 81a704ad0b
commit 1be3b00111
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
webtop:
image: lscr.io/linuxserver/webtop:${VERSION:- latest} # which version to use, latest is default. List of versions: https://docs.linuxserver.io/images/docker-webtop/#version-tags
container_name: webtop
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- ${PATH_TO_CONFIG}:/config
ports:
- 3000:3000
# devices:
# - /dev/dri:/dev/dri #optional
shm_size: "2gb" #optional
restart: unless-stopped