-
I have two containers defined in my `docker-compose`:
docker-compose.yml
```yml
services:
cis.copilot.orchestrator:
image: ${DOCKER_REGISTRY-}ciscopilotorchestrator
build:
c…
-
I use the following (redacted) Docker compose file for my Seafile installation. It's very similar to the official one:
```
services:
seafile-db:
image: mariadb:10.11
container_name: …
-
### What are you trying to do?
I set up Docker Containers, as subnet routers and exit noded recently and lost about a day to researching the error "ipv6 port forwarding not enabled" in the tailscale …
-
环境:
x86架构 Ubuntu 22.04.4
200G内存20核CPU
3090显卡*6
执行docker-compose -f docker-compose.gpu.yaml up -d报错:
(base) root@ps:/chatTTS/ChatTTS-ui# docker-compose -f docker-compose.gpu.yaml up -d
WARNI…
-
Please consider providing example for using asp.net netcore 3.1 docker build/containers
-
```
Exception java.lang.RuntimeException: Unable to destroy activity {net.adhikary.mrtbuddy/net.adhikary.mrtbuddy.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'andr…
-
구버전 grafana에서 발생하는 문제로 최신 버전으로 올리면 해결됩니다
### `docker-compose-with-grafana.yml` 수정
```diff
grafana:
- image: diamol/ch09-grafana
+ image: grafana/grafana
ports:
- "3000:3000"
depend…
-
### Operating system
Ubuntu 22.04
### Description
start docker compose and get the error.
ERROR: KVM acceleration not available (no write access), this will cause a major loss of performance.
H…
-
**Describe the bug**
The container can't connect to nordvpn to login.
**To Reproduce using docker-compose**
```
test:
container_name: test
build: .
command: tail -F anything
…
-
克隆项目后,执行命令
`docker-compose up -d`
提示下面错误。
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 11, in
load_entry_point('docker-compose==1.25.0', 'console_scripts', 'dock…