Updated container networking.
This commit is contained in:
@@ -22,18 +22,14 @@ helper.mkPodmanService {
|
||||
container_name: it-tools
|
||||
hostname: it-tools
|
||||
networks:
|
||||
it-tools_frontend:
|
||||
it-tools:
|
||||
ports:
|
||||
- "${cfg.port}:80/tcp"
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
it-tools_frontend:
|
||||
name: it-tools_frontend
|
||||
it-tools:
|
||||
name: it-tools
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: "10.89.9.0/24"
|
||||
gateway: "10.89.9.254"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user