remove ipam config

This commit is contained in:
max 2024-12-30 03:00:08 +00:00 committed by theycallhermax
parent 70e867c978
commit e783ef3380
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

View file

@ -29,8 +29,7 @@ services:
mariadb:
condition: service_healthy
networks:
catask:
ipv4_address: 127.0.0.1
- catask
ports:
- "8000:8000"
volumes:
@ -39,9 +38,6 @@ services:
networks:
catask:
ipam:
config:
- subnet: 255.0.0.0/24
volumes:
db-data: