Skip to content

password is not shown on first start #116

@maxi07

Description

@maxi07

When creating the project, following your instructions the logs doesnt show any created password :( How can I get this running?

admin@franz0:~$ mkdir goblog
admin@franz0:~$ nano docker-compose.yml
admin@franz0:~$ cat docker-compose.yml 
services:
  goblog:
    container_name: goblog
    image: ghcr.io/jlelse/goblog:latest
    restart: unless-stopped
    volumes:
      - ./config:/app/config
      - ./data:/app/data
    ports:
      - "8080:8080"
    environment:
      - TZ=Europe/Berlin
admin@franz0:~$ mkdir config
admin@franz0:~$ nano config/config.yml
admin@franz0:~$ cat config/config.yml 
server:
  publicAddress: http://localhost:8080
admin@franz0:~$ docker compose up -d && docker compose logs -f
[+] up 2/2
 ✔ Network admin_default Created                                                                                                                                0.1s
 ✔ Container goblog           Started                                                                                                                                0.3s
goblog  | time=2026-03-04T23:19:53.318+01:00 level=INFO msg="Initialize components..."
goblog  | time=2026-03-04T23:19:53.326+01:00 level=INFO msg="Initialized components"
goblog  | time=2026-03-04T23:19:53.326+01:00 level=INFO msg="Start server(s)..."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions