@@ -0,0 +1,13 @@
Example docker-compose.yml file
```
services:
backup:
image: ghcr.io/emilch/postgresql-container-backup:main
restart: always
volumes:
- ./backup:/backup
environment:
PGSQL_USER: postgres
PGSQL_PASS: postgrespassword
PGSQL_HOST: postgresdb
The note is not visible to the blocked user.