Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looses Configuration on upgrade #760

Open
penguinjeff opened this issue Aug 23, 2024 · 3 comments
Open

Looses Configuration on upgrade #760

penguinjeff opened this issue Aug 23, 2024 · 3 comments
Assignees
Labels

Comments

@penguinjeff
Copy link

Operating system

Fedora release 40 (Forty)

UniFi Tag

latest

Docker run

nohup podman-compose up -d --remove-orphans 2>nohup.err &

Bug description

The last two updates I had to completely rebuild my unfi controller. Luckily my network is easy but I had to recreate my wifi network and reset my access points and rejoin then as if it was a new unifi contoller

Steps to reproduce

`

grep -v "^#" docker-compose.yml

version: "3"
networks:
vlan10:
external: true

services:
unifi:
container_name: unifi
hostname: unifi.${SUBDOMAIN}.${DOMAIN}
image: jacobalberty/unifi:latest
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
networks:
vlan10:
ipv4_address: 192.168.0.97
ports:
- "3478:3478/udp"
- "8443:8433"
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "8080:8080"
environment:
TZ: 'America/Denver'
UNIFI_HTTP_PORT: 80
UNIFI_HTTPS_PORT: 443
shm_size: '2gb' # Maximum memory usage
cpus: .5
# Volumes store your data between container upgrades
volumes:
- '/home/unifi:/unifi:Z'
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
restart: always
`

Relevant log output

No response

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@MadsHandsome
Copy link

Still an issue after latest update unfortunately

@pcdewolff
Copy link

Not really a bug, you made your containers without any volumes so there is no persistence at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants