Skip to main content

Questions tagged [docker-compose]

1 vote
1 answer
57 views

I am writing a bash script and I am aware that I can get information of the mounts attached to a container using docker inspect --format '{{.Mounts}}' <container-name> which gives a result such ...
neildeadman's user avatar
2 votes
1 answer
132 views

I'm facing with the following error using docker on my Linux Ubuntu system. ubuntu@ubuntu:~$ docker version Client: Docker Engine - Community Version: 28.0.1 API version: 1.48 ...
CarloC's user avatar
  • 385
0 votes
1 answer
113 views

I run my docker stuff with a dedicated user, and installed the docker rootlesskit. I start docker with systemctl --user start docker.service. Everything related to docker, executed with that user, ...
unsafe_where_true's user avatar
1 vote
1 answer
98 views

i have a pihole server running in docker compose on my Debian Linux server. i also host a wireguard vpn (also in docker compose) running on the same server. by using the tcpdump command i have ...
Ravi's user avatar
  • 11
0 votes
0 answers
89 views

I am trying to configure Owncloud in docker. The docker-compose yaml I am using look like this: services: owncloud: image: owncloud/server:10.15 container_name: owncloud_server restart: ...
Fotios Tragopoulos's user avatar
0 votes
1 answer
2k views

So I have a docker network named home that all of my root-based (or docker containers that were simply too hard to port to podman) containers live. sudo docker network ls NETWORK ID NAME ...
TheYokai's user avatar
  • 143
1 vote
1 answer
727 views

After upgrading Fedora 40 to 41, docker-compose was no longer available. When I try to re-install with sudo dnf install docker-compose, it raises the following conflicts: - installed package docker-...
David's user avatar
  • 111
0 votes
1 answer
48 views

I have a server running this CMS as a website by running a Docker file like this by docker-compose which internally uses nginxproxy/nginx-proxy and nginxproxy/acme-companion Docker images. Now, I ...
Megidd's user avatar
  • 1,579

15 30 50 per page
1
2 3 4 5 6