aolmosj commented on PR #237:
URL: https://github.com/apache/couchdb-docker/pull/237#issuecomment-1487256426
Strange...this isn't working for me.
```docker run --rm --name my-couchdb -e COUCHDB_USER=admin -e
COUCHDB_PASSWORD=password -e COUCHDB_ERLANG_COOKIE="XXXXXXXXXX" -e
NODENAME=couchdb couchdb:3.3.1```
I get this
```
[notice] 2023-03-28T16:30:26.793874Z nonode@nohost <0.422.0> --------
Missing system database _users
[error] 2023-03-28T16:30:26.815293Z nonode@nohost <0.9.0> --------
file:path_eval(["/root"],".erlang"): permission denied
[error] 2023-03-28T16:30:26.815310Z nonode@nohost <0.9.0> --------
file:path_eval(["/root"],".erlang"): permission denied
```
When using the tag 3.3.0, I don't get this error.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]