Update wallos

This commit is contained in:
2025-07-05 19:22:51 +05:30
parent e8023cbc4e
commit 307415cade

View File

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