David D Wang
David D Wang
My compose file: ``` services: mailman-core: image: maxking/mailman-core:0.5.2 # Use a specific version tag (tag latest is not published) # container_name: mailman-core # hostname: mailman-core restart: unless-stopped volumes: - ./data/core:/opt/mailman/...
Can someone help with the above? Is this a bug? Do I need to build the images myself locally? Also why do all the documentation say that /opt/mailman on the...
> Try replacing `postgres` everywhere in compose like in `DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database/${POSTGRES_DB}` with `postgresql`. Thank you. That got past all those errors. Now I'm getting ```mailman-web-1 | /opt/mailman-web mailman-web-1 | CommandError: An...
Sorry. I'm still having issues with the latest error code if someone is able to help. I tried googling and there's some code-based solution, so I don't know if I...