New LinkAce installation - Docker Advanced #413
-
Hello Not seeing any other errors besides this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
is the |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue, In the code block: # --- nginx
nginx:
image: bitnami/nginx:1.19
restart: unless-stopped
ports:
- "0.0.0.0:80:8080"
#- "0.0.0.0:443:8443"
depends_on:
- app
volumes:
- linkace_app:/app
# Replace `nginx.conf` with `nginx-ssl.conf` and remove the hash from the following line
# if you want to use HTTPS for this container
- ./nginx-ssl.conf:/opt/bitnami/nginx/conf/server_blocks/linkace.conf:ro
#- /path/to/your/ssl/certificates:/certs:ro |
Beta Was this translation helpful? Give feedback.
is the
nginx.conf
there? in the directory with docker-compose.yml