Changes docker compose configuration

This commit is contained in:
2023-06-20 23:31:06 +02:00
parent 30b525b4a9
commit e070304799
+5 -4
View File
@@ -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