Arachni_with_Progres_Install
Hello,
Please i need your help. I have somme problem when trying to install Arachni via docker-compose.The erroe in attachment and this is my docker-compose file:
version: "3.0"
services:
postgres: image: postgres:latest container_name: postgres restart: always environment: POSTGRES_DB: arachni POSTGRES_USER: test_username POSTGRES_PASSWORD: test_username PGDATA: /var/lib/postgresql/data/pgdata volumes: - ./cache/postgres/data/:/var/lib/postgresql/data/pgdata ports: - "5432:5432" arachni: image: arachni/arachni:latest container_name: arachniprod environment: DB_ADAPTER: postgresql DB_HOST: postgres DB_NAME: arachni DB_USER: test_username DB_PASS: test_username ports: - "7331:7331" - "9292:9292" - "222:22" depends_on: - postgres
- arachni_error.txt 19.3 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac