Hi Bruno.
I'm getting an error while setting up my network.
WARNING: Some networks were defined but are not used by any service:
macvlan_network
Attaching to
My docker compose looks like this:
version: '2'
networks:
macvlan_network:
driver: macvlan
driver_opts:
parent: ens18
ipam:
config:
- subnet: 192.168.2.0/24
gateway: 192.168.2.1
ip_range: 192.168.2.240/28
my network interfaces are:
docker@docker:~/weewx/network$ ifconfig -s -a
Iface MTU RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR
Flg
docker0 1500 10611 0 0 0 18836 0 0 0
BMRU
ens18 1500 434686 0 67 0 24242 0 0 0
BMRU
lo 65536 190 0 0 0 190 0 0 0
LRU
veth1a31 1500 1299 0 0 0 1680 0 0 0
BMRU
Do you have an idea what am I doing wrong?
On Monday, November 11, 2019 at 7:09:15 AM UTC+13, Bruno BORDAS wrote:
>
> Dear weewx users.
>
> After dozens hours of researches and tries, I'm proud to provide my own
> docker image of weewx.
>
> It runs on Debian stretch, build from sources, with the interceptor driver
> and neowx skin.
>
> I use it with Pihole to grab the data.
> Everything (I hope) is written in the repo you can find here:
> https://github.com/MrNonoss/WeewX-Docker
>
> Feel free to review and comment it.
>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/2f63f6cb-5116-4f5c-98c2-d85bf7dc9892%40googlegroups.com.