Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-deluge [2025-06-21 Sat wk25 12:59] – [Compose file] baumkpdocker_notes:docker-deluge [2025-06-21 Sat wk25 13:00] (current) – [Compose file] baumkp
Line 185: Line 185:
  
 I like a constant mac address on my private network.  Initially I start the docker container with the ''mac_address: '' directive commented out and then I copy the automatic created address into the directive to allow persistent common assign mac address. I like a constant mac address on my private network.  Initially I start the docker container with the ''mac_address: '' directive commented out and then I copy the automatic created address into the directive to allow persistent common assign mac address.
-<code yaml>  networks:  
-      macnet1: 
-        ipv4_address: 192.168.1.98 
-        mac_address: 1e:xx:xx:xx:xx:xx </code> 
  
-++++The compose.yml file is|+++++The compose.yml file is:|
 <code yaml>--- <code yaml>---
 services: services: