Skip to content

failed create socket #531

@piotrek2555g-dev

Description

@piotrek2555g-dev

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

✔ Network nextcloud_default Removed 0.1s
root@proxmox:/nextcloud# docker compose up
WARN[0000] Found orphan containers ([nextcloud-db]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[+] Running 2/2
✔ Network nextcloud_default Created 0.0s
✔ Container nextcloud Created 0.0s
Attaching to nextcloud
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
Gracefully Stopping... press Ctrl+C again to force
Container nextcloud Stopping
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
nextcloud | s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied
Container nextcloud Stopped

root@proxmox:/nextcloud# ^C

Expected Behavior

No response

Steps To Reproduce

not working:


services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/nextcloud/config:/config
- /path/to/data:/data
ports:
- 443:443
restart: unless-stopped

Environment

- OS:
- How docker service was installed:
proxmox

CPU architecture

x86-64

Docker creation

---
services:
  nextcloud:
    image: lscr.io/linuxserver/nextcloud:latest
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/nextcloud/config:/config
      - /path/to/data:/data
    ports:
      - 443:443
    restart: unless-stopped

Container logs

ud     nextcloud-db
root@proxmox:/nextcloud# docker logs nextcloud
nextcloud     nextcloud-db
root@proxmox:/nextcloud# docker logs nextcloud-db
2025-10-30 13:18:36+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:18:36+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:18:37+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:18:38+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:18:39+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:18:41+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:18:44+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:18:51+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:19: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:19: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:20:22+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria~ubu2204 started.
find: ‘0’: No such file or directory
root@proxmox:/nextcloud#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions