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