-
### Description
See https://github.com/docker/compose/issues/1753 reported by @dunk and @aanand 's PR https://github.com/docker/compose/pull/1755 for more details.
In the https://github.com/docker/c…
-
## What the background
We want to setup our backend and database layer
## How should we do it
We do it through the docker and docker compose
Inisde the docker compose, we will have serivce
- post…
-
I am trying to implement decluttarr in docker desktop on my Mac. I took the example yml and when I run the docker-compose up -d command in the folder where I put the yml file I get this error:
yaml…
-
I cloned this repo and fetched the images a few days ago, and ran into this problem. The containers keep trying stuff and print status/errors forever.
To reproduce:
```
git clone https://githu…
-
The file `etc/docker/dev/docker-compose.yml` sets all images to linux/amd64. This is unnecessary. Many of the images support multiple architectures and Docker will pull the right one. Only rucio and a…
-
**Describe the bug**
"Dev containers: Reopen in Container" on VSCode to start devcontainer, then devcontainer failed to start.
**Steps to reproduce**
- open VSCode on your mac.
- configure …
-
### 📦 Environment
Docker, Other
### 📌 Version
v1.26.20
### 💻 Operating System
macOS
### 🌐 Browser
Chrome
### 🐛 Bug Description
When going through [Docker Compose](https://lobehub.com/docs/sel…
mrshu updated
3 weeks ago
-
I'm working on setting up self-hosted nitter so that I can use ArchiveBox to archive tweets
I've copied the docker-compose with one change that I think should be irrelevant to the functionality (I …
-
I would like to request a new feature for the VS Code Docker extension that allows for automatic sorting of keywords in Docker Compose files.
## Current Behavior
When copying and pasting Docker Comp…
-
### Description
It might be a bug since i cannot find solution online.
Mounting nfs share directly to a container works when using `docker run` but not when using a compose file with `docker compose`…