Fixed network v3

This commit is contained in:
Frank
2026-03-11 07:57:49 +01:00
parent 4b0f8fb5c6
commit 57af01ea6f
3 changed files with 12 additions and 0 deletions

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 ###