docker-compose
Here are 9,608 public repositories matching this topic...
Bug description
Don´t show table correctly
Expected behavior
A Table view normal
Steps to reproduce the issue:
Crreate a container with large ENV variable
Technical details:
- Portainer version: 1.21.0
- Docker version (managed by Portainer): 18.09.3
- Platform (windows/linux): linux
- Command used to start Portainer (
docker run -p 9000:9000 portainer/portainer):
Info:
- Docker version (
$ docker --version): 18.03.1-ce, build 9ee9f40 - Laradock commit (
$ git rev-parse HEAD): 85c57a0 - System info (Mac, PC, Linux): Linux
- System info disto/version: Ubuntu 18.04 LTS
Issue:
No documentation to access running nodejs app in local machine browser
Expected behavior:
Hi,
I tried to enable the tls via default utility on free feature, but wasn't successful. Could you create a simple tutorial for this?
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints
-
Updated
Feb 20, 2020 - Shell
For example, "importPolicy": {} is added to each OpenShift output.
Within Kubernetes there are also other useless keys that are either null or {}.
Let's remove them.
https://github.com/testcontainers/testcontainers-java/blob/master/docs/index.md should be updated and mention that here is org:testcontainers:testcontainers-bom that others can import to avoid specifying version of every dependency
Please reply to this issue first if you want to work on it.
-
Updated
Feb 17, 2020
-
Updated
Jul 3, 2019 - Python
Right now, there is no way around, that sync can stop. Period :)
There are different reasons for that and we can only try to "work arround" or mitigate the impact of one, the other is d4m related and we cannot do anything about it.
Scenarios where this happens ( more often ):
- npm / webpack / gulp based projects where during watch / rebuild a lot of files are removed and created -> **we c
I'm trying to just get some basic rewrite logging in place with Devilbox and Apache 2.4 and nothing is working at all and I can't even get some logs to help me understand why.
I'm on Apache 2.4 and my apache.yml file is simple:
---
#
# The features itself also contain variables to be adjusted in conf.yml
# and will then be replaced in their corresponding feature section
# before b
-
Updated
Feb 20, 2020
Good morning,
I updated sentry 9.0 to 9.1.2, I checkedout sentry 9.1.2 and kept my data with "external: true" for data and postgre volumes:
volumes:
sentry-data:
#external: true
sentry-postgres:
#external: true
then I ran the README upgrade:
docker-compose build --pull # Build the services again after updating, and make sure we're up to date on patch version
-
Updated
Mar 10, 2020 - TSQL
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
-
Updated
Feb 11, 2020 - Shell
In 04-packer.md, the step "Create custom machine image", I got the error
googlecompute: google: could not find default credentials.
See https://developers.google.com/accounts/docs/application-default-credentials for more information.
After googling, I found this link https://www.packer.io/docs/builders/googlecompute.html and it help me to fix the above error.
Step to fix :
- "Compu
-
Updated
Oct 20, 2019 - Go
It would be nice to have a healthcheck without writing YAML file.
I'm starting minio service, and it has 2 routes k8s style Liveness and Readiness. More here https://docs.min.io/docs/minio-monitoring-guide.html
Is it make any sense to implement such a feature?
Now that this example includes mongo, another common question for local development is "how do I load sample data into the app for development"
Sure you could use lots of manual methods with docker exec and maybe bind-mount some .js data, but the easiest way IMO is to use the mongo images built-in way of auto-running anything in:
`/docker-entrypoint-initd
We should add tests for the core API endpoints (i.e. /api/v1/ URLs). This way we can hopefully prevent BC breaks in the future.
According to the current README.md the following command should append the new host to the /etc/hosts file although the following error happens:
$ sudo echo $(docker network inspect bridge | grep Gateway | grep -o -E '([0-9]{1,3}\.){3}[0-9]{1,3}') "symfony.local" >> /etc/hosts
bash: /etc/hosts: Permission denied-
Updated
Oct 18, 2019
I'm working on making some of my Docker builds nice and small (as I think most people should). It would be nice if DockStation showed the size on the stats or 'info' panels nice and clearly - and in something more readable than bytes.
The stat can be pulled from the image inspector:
docker image inspect <imagename>:latest --format='{{.Size}}'
Take a look at the comments in issue 102:
laradock/laradock#102
I am having trouble getting xdebug remote debug working.
expose:
- "9000"
-
Updated
Mar 6, 2020 - PHP
Improve this page
Add a description, image, and links to the docker-compose topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-compose topic, visit your repo's landing page and select "manage topics."


Documentation makes multiple references to "override" functionality:
https://docs.docker.com/compose/extends/
However the functionality referenced only implements the "append" aspect of "override" when dealing with array values.
The functionality should be named correctly to avoid frustration and confusion among developers.
"Merge" would be a good name.