merging NOC
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-11 08:50:24 -05:00
parent 5f4ea32e9d
commit 81b94aecc4
4 changed files with 109 additions and 95 deletions

View File

@@ -1,13 +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
# 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