-
I am using docker-compose + caddy as a reverse proxy. Here's what I get in logs:
My docker-compose: nextcloud-aio-mastercontainer:
restart: unless-stopped
image: "nextcloud/all-in-one:latest"
container_name: nextcloud-aio-mastercontainer
hostname: nextcloud-aio-mastercontainer
ports:
- "8080:8080"
environment:
- APACHE_PORT=11000
volumes:
- "${CONFIG}/nc/:/mnt/docker-aio-config"
- "/var/run/docker.sock:/var/run/docker.sock:ro" My Caddyfile:
Missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
szaimen
May 4, 2022
Replies: 1 comment 1 reply
-
The error message is correct. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
szaimen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error message is correct.
Please use the official docker-compose file :
That you can find in the root directory of this repo