Fixed network v3

This commit is contained in:
Frank
2026-03-11 07:57:49 +01:00
parent 74dadf102d
commit 8b3bf68954
3 changed files with 12 additions and 0 deletions
+10
View File
@@ -25,4 +25,14 @@ services:
networks:
backend:
ipv4_address: 172.23.0.13
networks:
backend:
name: escapepage_network
driver: bridge
ipam:
config:
- subnet: 172.23.0.0/16
gateway: 172.23.0.1
attachable: true
###< symfony/mailer ###