The Wayback Machine - https://web.archive.org/web/20200310080201/https://github.com/topics/docker-compose
Skip to content
#

docker-compose

Here are 9,608 public repositories matching this topic...

darioajr
darioajr commented Dec 4, 2019

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):
dendihandian
dendihandian commented Jul 23, 2018

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:

jetztgradnet
jetztgradnet commented Oct 16, 2017

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

EugenMayer
EugenMayer commented Feb 25, 2019

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
pnoeric
pnoeric commented Sep 11, 2019

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
chi-miel
chi-miel commented Feb 13, 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
micw
micw commented Jan 27, 2020

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
1.8
darklord1990
darklord1990 commented Sep 26, 2018

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 :

  1. "Compu
wcomnisky
wcomnisky commented Sep 10, 2019

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

Improve this page

Add a description, image, and links to the docker-compose topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.