specify the subnet

This commit is contained in:
2025-01-11 01:09:18 -06:00
parent 8ba0f41e04
commit 9ad6964215
4 changed files with 8 additions and 2 deletions

View File

@@ -1 +0,0 @@
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

View File

@@ -63,6 +63,10 @@ services:
networks:
internal:
name: internal
driver: bridge
ipam:
config:
- subnet: 172.18.0.0/16
volumes:
letsencrypt:

View File

@@ -1 +0,0 @@
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

View File

@@ -63,6 +63,10 @@ services:
networks:
internal:
name: internal
driver: bridge
ipam:
config:
- subnet: 172.18.0.0/16
volumes:
letsencrypt: