Cloudlog/docker/docker-compose.yml

19 wiersze
400 B
YAML
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

version: 3.4
services:
cloudlog:
image: cloudlog
container_name: cloudlog
volumes:
- cloudlog-config:/var/www/html/application/config
- cloudlog-backup:/var/www/html/application/backup
- cloudlog-uploads:/var/www/html/application/uploads
ports:
- 8086:80
restart: unless-stopped
volumes:
cloudlog-config:
cloudlog-backup:
cloudlog-uploads: