fix: network name in docker compose

This commit is contained in:
skeris 2023-05-07 14:10:38 +03:00
parent f7af968554
commit 1e1997af4b

@ -14,3 +14,6 @@ services:
ports:
- 80:80
- 443:443
networks:
marketplace_penahub_frontend:
external: true