- nginx_cache:/var/cache/ngin
This commit is contained in:
parent
51cb8238f4
commit
fff66d85f8
|
|
@ -8,8 +8,6 @@ services:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Warsaw
|
TZ: Europe/Warsaw
|
||||||
NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates
|
|
||||||
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d
|
|
||||||
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -19,7 +17,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# Konfiguracja Nginx
|
# Konfiguracja Nginx
|
||||||
- apps-data:/etc/nginx/conf.d:ro
|
- apps-data:/etc/nginx/conf.d:ro
|
||||||
- nginx_cache:/var/cache/nginx_cache
|
- nginx_cache:/var/cache/nginx
|
||||||
|
|
||||||
|
|
||||||
# Certyfikaty SSL
|
# Certyfikaty SSL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue