You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "benel (via GitHub)" <gi...@apache.org> on 2023/05/01 17:00:14 UTC

[GitHub] [couchdb] benel commented on issue #2603: Can't start v.3.0.0 in docker

benel commented on issue #2603:
URL: https://github.com/apache/couchdb/issues/2603#issuecomment-1529951632

   > ```yaml 
   > environment:
   >   - 'COUCHDB_USER=admin'
   >   - 'COUCHDB_PASSWORD=password' 
   
   @pavellzubkov, did you try also without the quotes?
   
   Personally I use:
   
   ```yaml
       environment:
         - COUCHDB_USER=${COUCHDB_USER}
         - COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
   ```


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org