remove network from docker-compose

This commit is contained in:
smanylov
2025-12-03 12:50:42 +07:00
parent e0889df19d
commit 0227f457aa
-6
View File
@@ -15,9 +15,3 @@ services:
- ./public:/app/public - ./public:/app/public
- ./package.json:/app/package.json - ./package.json:/app/package.json
restart: unless-stopped restart: unless-stopped
networks:
- no-copy-network
networks:
no-copy-network:
driver: bridge