Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,12 @@
services:
wallos:
image: ghcr.io/ellite/wallos:3.3.0
container_name: wallos
environment:
- TZ=${TZ}
volumes:
- ${APPDATA_PATH}/wallos/db:/var/www/html/db
- ${APPDATA_PATH}/wallos/logos:/var/www/html/images/uploads/logos
ports:
- ${PORT}:80/tcp
restart: unless-stopped