-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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)..."Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels