Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging in after initial setup/config - "User doesn't exist" #994

Open
don-ferris opened this issue May 15, 2024 · 0 comments
Open

Logging in after initial setup/config - "User doesn't exist" #994

don-ferris opened this issue May 15, 2024 · 0 comments
Labels

Comments

@don-ferris
Copy link

Running docker image using docker-compose (shown below) then executing writefreely --config I get "User doesn't exist" when attempting to login using the username and password that I just created using writefreely --config

Single mode
Database: sqlite?
No open registration?
Federation disabled?

Version: Whatever gets pulled in the docker-compose file

My docker-compose file:

services:
  write-freely:
    image: nephatrine/write-freely:latest
    container_name: write-freely
    environment:
      TZ: America/Los_Angeles
      PUID: 1000
      PGID: 1000
    ports:
      - "70:70/tcp"       # REPLACE WITH [##]:70/tcp
      - "8080:8080/tcp"   # REPLACE WITH [2##80]:8080/tcp
    volumes:
      - .wfconfig:/mnt/config
@thebaer thebaer added the docker label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants