yaml
services:

  webui:
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    restart: always
    ports:
      - "3000:8080"
    environment:
      WEBUI_NAME: "GPT Piccolotti"
      ENABLE_ADMIN_EXPORT: "True"
      ENABLE_ADMIN_CHAT_ACCESS: "True"
      ENABLE_SIGNUP: "False"
      ENABLE_AUTOCOMPLETE_GENERATION: "False"
    volumes:
      - ./open-webui:/app/backend/data
yaml
services:

    webui:
        image: ghcr.io/open-webui/open-webui:main
        container_name: open-webui
        restart: always
        ports:
            - "3000:8080"
        environment:
            WEBUI_NAME: "GPT-Datanauti"
            ENABLE_ADMIN_EXPORT: "True"
            ENABLE_ADMIN_CHAT_ACCESS: "True"
            ENABLE_SIGNUP: "True"
            ENABLE_AUTOCOMPLETE_GENERATION: "False"
        volumes:
            - ./open-webui:/app/backend/data