Aktywne Wpisy

annlupin +32
i cyk kolejny co ma mnie na czarno wyłapany to można iść se horrora obejrzeć na spokojnie a co uwas
#annlupinpisze
#annlupinpisze

Niektórzy tu p------ą, że apki są tak zrobione żeby płacić i bez tego to nie ma sie dopasowań ( ͡° ͜ʖ ͡°). A więc odblokowałem wczoraj badoo premium i przeswipowałem całą Warszawę z odległością do 100km, z czego dostałem zaledwie 30 par (połowa to jakieś samotne mamusie i wieloryby). Zdjęcia mam pooceniane na 9,7-10 na photofeeler
#p0lka #blackpill #tinder #logikarozowychpaskow
#p0lka #blackpill #tinder #logikarozowychpaskow
źródło: Zrzut ekranu 2026-07-16 222757
Pobierz




#nextcloud mariadb resetuje co jest
4bc9dee9097 lscr.io/linuxserver/nextcloud:latest "/init" About a minute ago Up About a minute 80/tcp, 0.0.0.0:5555->443/tcp, [::]:5555->443/tcp nextcloud
d04a47803f35 mariadb:10.11 "docker-entrypoint.s…" About a minute ago Restarting (1) 10 seconds ago nextcloud-db
root@proxmox:/nextcloud# docker logs nextcloud-db
2025-10-30 13:12:01+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:02+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:02+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:03+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:04+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:06+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:10+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:17+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:30+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
2025-10-30 13:12:56+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
docker rm -f nextcloud nextcloud-db
rm -rf /nextcloud/db/* # jeśli możesz stracić dane testowo
chown -R 1000:1000 /nextcloud/config /nextcloud/data /nextcloud/db
chmod -R 755 /nextcloud/config /nextcloud/data /nextcloud/db
docker compose up -d --remove-orphans
GNU nano 8.4 docker-compose.yml
services:
nextcloud-db:
image: mariadb:10.11
containername: nextcloud-db
restart: unless-stopped
environment:
MYSQLROOTPASSWORD: supersecret
MYSQLDATABASE: nextcloud
MYSQLUSER: nextcloud
MYSQLPASSWORD: nextcloudpass
command: --skip-socket --bind-address=0.0.0.0
volumes:
- /nextcloud/db:/var/lib/mysql
ports:
- "3306:3306"
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
containername: nextcloud
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: Etc/UTC
MYSQLHOST: nextcloud-db
MYSQLDATABASE: nextcloud
MYSQLUSER: nextcloud
MYSQLPASSWORD: nextcloudpass
volumes:
- /nextcloud/config:/config
- /nextcloud/data:/data
ports:
- "443:443"
dependson:
- nextcloud-db
root@proxmox:/nextcloud# nano docker-compose.yml
root@proxmox:/nextcloud# nano docker-compose.yml
root@proxmox:/nextcloud# docker compose logs -f nextcloud-db
nextcloud-db | 2025-10-30 13:14:53+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
nextcloud-db | find: ‘0’: No such file
config/ data/ db/ docker-compose.yml
root@proxmox:/nextcloud# nano docker-compose.yml
root@proxmox:/nextcloud# docker compose down
[+] Running 2/2
✔ Container nextcloud Removed 10.1s