-
Something on the lines of:
```yaml
version: '3.9'
name: 'services'
services:
watchtower:
container_name: watchtower
hostname: watchtower
image: docker.io/containrrr/watch…
-
### Description
I'm unable to attach config file to container when container has read-only filesystem.
### Steps To Reproduce
```yml
networks:
proxy-network:
name: proxy-network
service…
-
To avoid hardcoding hostnames I am using environment variables, e.g. `${POSTGRES_HOSTNAME}`. This allows pointing application or any supplementary scripts to the correct host depending on the environm…
-
The docker binary is just a rest client that is talking to the docker daemon, which means that you aren't supervising the services but just the docker binary. I'm not sure what the reason for this is,…
-
Sometimes I want to load in a different dashboard from a JSON file, or otherwise work with the dashboards from source.
If I stop the solution, replace the contents of a file in `dashboard_ui/config…
-
**Bug description**
Following along with the tutorial here: https://www.portainer.io/blog/using-env-files-in-stacks-with-portainer I get `stack.env: no such file or directory`
**Expected behavio…
-
Hello,
I am running a containerized Keycloak instance on an Azure Virtual Machine.
When following the Stellio documentation on [Keycloak Integration](https://stellio.readthedocs.io/en/latest/admi…
-
**Describe the bug**
When I start one of my projects, the commands which I set to run in the panes don't run correctly.
**To Reproduce**
Just run `tmuxinator start project `
**Expected behavio…
-
### Steps to reproduce
1. In Nextcloud Files, open a pdf file
2. The pdf file opens but files_pdfviewer is not localised (always displayed in english)
### Expected behavior
files_pdfviewer should…
-
# Auto-generation of docker-compose.yml
This feature aims to automate the creation of docker-compose.yml from the project's configuration to simplify spinning up associated services for a Protean d…