wallos compose

This commit is contained in:
Aaron Pierson
2026-03-06 22:12:40 -06:00
parent 0dea76c810
commit 1efb979871

13
Wallos/compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
ports:
- "8282:80/tcp"
environment:
TZ: 'America/Chicago'
# Volumes store your data between container upgrades
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
restart: unless-stopped