We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035a6b1 commit 8d4f4e3Copy full SHA for 8d4f4e3
deploy/ec2-docker/docker-compose-selfsigned.yml
@@ -14,7 +14,7 @@ services:
14
- "80:80"
15
- "443:443"
16
volumes:
17
- - ${ARCHIPELAGO_ROOT}/config_storage/nginxconf_selfcert/conf.d:/etc/nginx/user.conf.d:ro
+ - ${ARCHIPELAGO_ROOT}/config_storage/nginxconfig_selfcert/conf.d:/etc/nginx/user.conf.d:ro
18
- ${ARCHIPELAGO_ROOT}/data_storage/selfcert:/etc/self_cert
19
- ${ARCHIPELAGO_ROOT}/drupal:/var/www/html:cached
20
- ${ARCHIPELAGO_ROOT}/data_storage/ngnixcache:/var/cache/nginx:cached
0 commit comments