docker icon indicating copy to clipboard operation
docker copied to clipboard

Results 159 docker issues
Sort by recently updated
recently updated
newest added

Does Odoo outputs some escape characters via docker, because when I run Odoo I see this: ``` Removing xproject_odoo_1 ... Removing xproject_db_1 ...  Removing xproject_db_1 ... done  Removing...

Hey, I want to use the docker image as development environment but sadly it seems to loose web configuration data on container restart. I've pretty much used your default docker-compose...

Using the 13.0 stock Dockerfile and trying to build on Docker for Windows. After apt-get update runs it says Release file is not valid yet. I've tried a bunch of...

If in container I do: root@odoo13dev-stateful-0:/# curl -i localhost:8069/en_GB/sp_integration/dir/t%C3%A4t%C3%A4%20testataan%20%C3%B6%C3%B6 HTTP/1.0 302 FOUND Content-Type: text/html; charset=utf-8 Content-Length: 455 Location: http://localhost:8069/web/login?redirect=http%3A%2F%2Flocalhost%3A8069%2Fsp_integration%2Fdir%2Ft%EF%BF%BDt%EF%BF%BD+testataan+%EF%BF%BD%EF%BF%BD As you see there is no character %C3%A4 (ä) in redirect...

i have a database i backed up and it's about 5gb including the filestore. I get an error connection was reset when i try to restore the database. Can anyone...

While trying to add an SMTP server and clicking on `Test Connection` button in General Settings. I got the following error in `Odoo 11 community version`. `[SSL: WRONG_VERSION_NUMBER] wrong version...

Logs are sucesffully stored in /var/log/odoo/ but they cannot be seen with docker logs. This nginx solution might be helpful: ``` # forward request and error logs to docker log...

Allow users to pass a custom timeout value for the `wait-for-psql.py` script to the container via the `PSQL_TIMEOUT` environment variable. The timeout of 30 seconds still remains the default. ###...