dhilst commented on issue #1837:
URL: https://github.com/apache/age/issues/1837#issuecomment-2191643695

   I'm facing the same error but while trying to use `load_labels_from_file`. 
I'm using the age docker image
   
   
![image](https://github.com/apache/age/assets/392820/159ee7b7-0764-46f6-b792-0e0d534ff425)
   
   ```
   services:
     age:
       image: apache/age
       container_name: age
       environment:
         - POSTGRES_USER=postgresUser
         - POSTGRES_PASSWORD=postgresPW
         - POSTGRES_DB=postgresDB
       ports:
         - "5430:5432"
       dns:
         - 8.8.8.8
         - 8.8.4.4
   ```


-- 
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: dev-unsubscr...@age.apache.org

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

Reply via email to