Files
docker-templates/Wallos/compose.yml
Aaron Pierson 81b94aecc4
All checks were successful
Test Action / test (push) Successful in 3s
merging NOC
2026-03-11 08:50:24 -05:00

13 lines
366 B
YAML

# 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