Skip to main content

Questions tagged [docker-compose]

The tag has no usage guidance.

0 votes
1 answer
37 views

Why would a specific docker network pick a weird range?

I have two "user" networks: the LAN on 192.168.10.0/24 and Wireguard on 192.168.20.0/24. I also host on 192.168.10.2 a docker engine that powers a dozen of containers and a few networks that ...
1 vote
2 answers
2k views

Getting WordPress on an Nginx proxy to work with a subdirectory

I'm trying to use the WordPress official Docker container to serve content from https://example.com/blog. An Nginx instance sits in front of WordPress and handles all the SSL-ishness. Nginx is ...
1 vote
1 answer
880 views

Pass SSH options to docker-compose when deploying to a remote server (using DOCKER_HOST var)

I'm using a Vagrantbox to regularly test the setup of a physical machine. This is handled by a bash script on Ubuntu, Vagrant and Virtualbox. The setup and provisioning of the VM works. Now I want to ...
0 votes
1 answer
1k views

Apache Guacamole on Docker does not respond

I followed Linode's guide [1] to the letter and I'm getting ERR_CONNECTION_REFUSED from <server-address>:8080/guacamole The machine where Docker is running is Almalinux 8.5 minimal therefore I ...
0 votes
1 answer
3k views

Mount SMB share (CIFS) to container using secured credentials or token

I have a docker-compose setup that runs my Linux development environment on Windows. A number of these containers need to mount smb drives using LDAP credentials. The way this woks now is by adding a ...
0 votes
0 answers
2k views

Cannot access a docker hosted webserver from external network

I’m in the process of migrating a small personal website from a virtualbox vm to a docker container that is hosted on my personal computer. But I get into an issue where I get a "connection timed ...
0 votes
1 answer
1k views

Docker Swarm - Containers can ping between nodes, cannot communicate over TCP ports

I'm setting up a new Docker Swarm mode cluster on three Linux machines - all brand new installations. All three machines have their firewalls and security modules (AppArmor) disabled and I could ...
0 votes
1 answer
103 views

what is the docker-compose.exporters.yml in this repo and how to call it?

I was reviewing a repo for a monitoring system and I saw a docker composer like this\ Repo link I ran the project as usual by docker-compose up, but I want to know what is docker-compose.exporters....
0 votes
1 answer
151 views

How do I add export CLI='docker run -it --entrypoint cardano-cli -e NETWORK=testnet ...' so I can run CLI on Mac OS Monterey zshrc

I have tried adding the following export CLI='docker run -it --entrypoint cardano-cli -e NETWORK=testnet -e CARDANO_NODE_SOCKET_PATH=/ipc/node.socket -v cardano-node-ipc-testnet:/ipc inputoutput/...
0 votes
0 answers
1k views

How to mount a cifs Partition for docker-compose?

I want docker-compose to mount one of the volumes to a mounted CIFS partition. I used the seafile docker-compose file and changed the volumes to ... db: ... volumes: - /mnt/nas_share/...
2 votes
0 answers
1k views

Using docker-compose with multiple actual users on one machine for a single project

A friend and I started working on a project together, and we wanted to try using a single remote dev environment for it. I created a VM on Oracle's Cloud Infrastructure, and created a user for my ...
0 votes
1 answer
4k views

docker build - use a containers network

I have a windows 10 host, using docker desktop 4.6.1. I have a docker-compose.yml which contains the two services vpn and app. What I want to achieve is, that the build process of docker already uses ...
0 votes
1 answer
1k views

How can I use GitLab under a relative URL on docker?

I'm using gitlab-ce on docker. These are my system specifications. A container of GitLab is gitlab/gitlab-ce. The web frontend is using external NGINX. GitLab is mounted under /git. I read the the ...
1 vote
1 answer
2k views

docker-compose build error for nodejs and yarn: [gpg: no valid OpenPGP data found.]

I have been trying to get a project to work for my job. I recently got a M1 Air, however I had a similar issues when I was doing the same thing on a Windows machine with WSL. The error is as follows: ...
1 vote
0 answers
2k views

What's the benefit of Docker Compose Switch over a symlink?

There are at least two ways to use Docker Compose v2 as a drop-in replacement for Docker Compose v1: Compose Switch # ln -s /usr/local/lib/docker/cli-plugins/docker-compose /usr/local/bin/docker-...

15 30 50 per page