-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Description
Versions
Docker Tag development
Core vDev (development, 112b961)
FTL vDev (development, 848367fa)
Web interface vDev (development, c689fdc7)
Platform
- OS and version: Ubuntu 22.04
- Platform: Docker
Actual behavior / bug
ERROR: gravity_updated(): SELECT value FROM info WHERE property = 'updated'; - SQL error step: no more rows available
Steps to reproduce
Steps to reproduce the behavior:
services:
pihole:
container_name: pihole
image: pihole/pihole:development
ports:
# DNS Ports
- "53:53/tcp"
- "53:53/udp"
# Default HTTP Port
- "8081:80/tcp"
# Default HTTPs Port. FTL will generate a self-signed certificate
- "8082:443/tcp"
environment:
TZ: 'Europe/Paris'
FTLCONF_webserver_api_password: 'YWm30Gyt'
volumes:
- pihole-etc:/etc/pihole
cap_add:
- NET_ADMIN
restart: unless-stopped
volumes:
pihole-etc:Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
