I need to edit some files for my Apache Answer app, which is running in Docker Compose on a DigitalOcean Droplet
How do I get to the shell of my app that’s running with this Docker Compose:
version: "3"
services:
answer:
image: apache/answer
ports:
- '80:80'
restart: on-failure
volumes:
- answer-data:/data
volumes:
answer-data: