mixpc
mixpc
@N0rbert thank you for providing a workaround. Any estimated date when fslint will be available in Ubuntu 20.10? Or at least ported to python3? Thank you and regards,
@thakur-isha or anyone informed, please, any feedback on why [nginx-x00] is not working in my setting? nginx saves log in non default location but with standard log structure (not custom)...
``` [nginx-x00] backend = auto ``` solved it!
Hi, little remark here. In the case of a docker compose file with more than one service (eg. wordpress) there would be two container names, one of which would not...
Hi, thank you for your interest. > * Are you trying to use the `nautical-backup.group` label to have the `wordpress-blog` and `wordpress-db` stopped, backed up, and then started at the...
Thank you for your feedback. Firstly I have tried Option 1 overrides so... ```yaml nautical backup docker-compose.yml version: '3' services: nautical-backup: image: minituff/nautical-backup:latest container_name: nautical-backup volumes: - /var/run/docker.sock:/var/run/docker.sock - /home/user/docker:/app/source...
Second test with Option 2 Same nautical backup docke-compose.yml ```yaml wordpress docker-compose.yml version: '3.1' services: wordpress: image: wordpress:6.5 container_name: wordpress-blog restart: unless-stopped ports: - 80:80 environment: WORDPRESS_DB_HOST: xxxx WORDPRESS_DB_USER: xxxx...
Ah, no. Here are the full paths: ``` /home/user/docker/wordpress/wordpress-blog /home/user/docker/wordpress/wordpress-db ``` All docker containers are located within `/home/user/docker`