Nathan Vaughn

Results 42 comments of Nathan Vaughn

I think you just need to repull the `latest` tag, I pulled `ghcr.io/nathanvaughn/webtrees:latest` and it works fine. As for the other issues, my best guess is that because the application...

Sorry I haven't gotten a chance to look at this until now. Only running the setup wizard if a config file doesn't exist is deliberate, yes. The webtrees setup wizard...

I have not run into this before, I think this would likely be a webtrees issue, and not something related to the Docker container

This may be related to #112

The Apache logs are in the default location for Ubuntu, which is `/var/log/apache2/` ![image](https://user-images.githubusercontent.com/8636459/190511578-0f82c594-15d7-4dc9-9e5e-72770675846e.png)

I'm not aware of any logs on disk. I think webtrees just logs messages to the `wt_log` table in SQL.

The environment variables for webtrees, don't really matter since the setup script I wrote accepts a number of options: - DB_USER - MYSQL_USER - MARIADB_USER - POSTGRES_USER for example. For...

Okay, with how you have your `docker-compose` file setup, I think you want to set `DB_HOST` to `db` and `DB_PORT` to `3306`. Since webtrees and the database container are running...

Currently no. I'd have to do some more research in how to accomplish this, I'm not very familiar with running Docker containers as anything other than the root user.

Thanks for reminding me about this. I dug through a bunch of linux server.io code and I think should be implemented in latest tag now. please let me know if...