fix: remove internal network assignment from tailscale service
The tailscale service no longer needs to be explicitly connected to the internal network in the docker-compose configuration.
This commit is contained in:
parent
ba23e35f7e
commit
44d7a89fc8
@ -33,8 +33,6 @@ services:
|
|||||||
- sys_module
|
- sys_module
|
||||||
- net_raw
|
- net_raw
|
||||||
command: tailscaled
|
command: tailscaled
|
||||||
networks:
|
|
||||||
- internal
|
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user