Changes docker compose configuration
This commit is contained in:
+5
-4
@@ -1,7 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
container_name: kavalanche-security.nginx
|
||||
container_name: nginx.kavalanche-security
|
||||
image: nginx:1.17
|
||||
ports:
|
||||
- 80:80
|
||||
@@ -12,7 +13,7 @@ services:
|
||||
- php-fpm
|
||||
|
||||
php-fpm:
|
||||
container_name: kavalanche-security.php-fpm
|
||||
container_name: php-fpm.kavalanche-security
|
||||
build: ./docker/php-fpm
|
||||
working_dir: /app
|
||||
volumes:
|
||||
@@ -20,5 +21,5 @@ services:
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: my-dev-external
|
||||
external: true
|
||||
name: my-dev-external
|
||||
|
||||
Reference in New Issue
Block a user