../docker-compose.override.yml change community-server : add: external-net

This commit is contained in:
ogerly 2021-08-10 11:55:47 +02:00
parent fac1cd6a78
commit e2636ee1af

View File

@ -52,6 +52,7 @@ services:
- mariadb
networks:
- internal-net
- external-net
volumes:
- ./community_server/config/php-fpm/php-ini-overrides.ini:/etc/php/7.4/fpm/conf.d/99-overrides.ini
- ./community_server/src:/var/www/cakephp/src