-
After running I have a backup of the previous state, so if you require any information from either the original or new state I can provide this. Images:
Log (seems related?):
docker-compose.yml: root@NPM:~# cat docker-compose.yml
services:
npmplus:
container_name: npmplus
image: zoeyvid/npmplus
restart: always
network_mode: host
volumes:
- "/root/data:/data"
- "/root/letsencrypt:/etc/letsencrypt"
- "/root/goaccess/goaccess.conf:/goaccess/goaccess.conf"
#- "/var/www:/var/www" # optional, if you want to use it as webserver for html/php
environment:
- "TZ=Europe/London"
- "GOA=true"
- "NGINX_404_REDIRECT=true"
- "LOGROTATE=true"
- "LOGROTATIONS=7"
- "GOA_PORT=92"
- "GOA_LISTEN_LOCALHOST=true"
crowdsec:
container_name: crowdsec
image: crowdsecurity/crowdsec
restart: always
network_mode: bridge
ports:
- "127.0.0.1:7422:7422"
- "127.0.0.1:8383:8383"
environment:
- "TZ=Europe/London"
- "COLLECTIONS=ZoeyVid/npmplus"
volumes:
- "/opt/crowdsec/conf:/etc/crowdsec"
- "/opt/crowdsec/data:/var/lib/crowdsec/data"
- "/opt/npm/nginx:/opt/npm/nginx:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 21 replies
-
can you restore from the old backup, then redeploy and send me the full log please? |
Beta Was this translation helpful? Give feedback.
-
Small other thing for your compose file: |
Beta Was this translation helpful? Give feedback.
yes found in logs:
theese file should not exist and copied before migration, this is why migration breaks, not sure why they exist