First step
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
restart: unless-stopped
|
||||
hostname: nginx-srv
|
||||
volumes:
|
||||
- ./nginx-srv/etc/nginx/sites-available:/etc/nginx/sites-available # Server blocks aka virtual hosts.
|
||||
- ./nginx-srv/var/www:/var/www # Webpage public html.
|
||||
- ./nginx-srv/etc/letsencrypt:/etc/letsencrypt
|
||||
- ./multi-php-fpm-srv/run/php:/run/php # Socket files dir. It will be mounted and shared from the PHP container.
|
||||
|
Reference in New Issue
Block a user