mirror of
https://github.com/11notes/docker-bind.git
synced 2025-11-14 10:25:41 +00:00
multi arch
This commit is contained in:
@@ -27,6 +27,8 @@ services:
|
|||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "8053:8053/tcp"
|
- "8053:8053/tcp"
|
||||||
|
sysctls:
|
||||||
|
- "net.ipv4.ip_unprivileged_port_start=53"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
etc:
|
etc:
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ services:
|
|||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "8053:8053/tcp"
|
- "8053:8053/tcp"
|
||||||
|
sysctls:
|
||||||
|
- "net.ipv4.ip_unprivileged_port_start=53"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
etc:
|
etc:
|
||||||
|
|||||||
4
hooks/post_push
Normal file
4
hooks/post_push
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.9.0/manifest-tool-linux-amd64
|
||||||
|
chmod +x manifest-tool
|
||||||
|
./manifest-tool push from-spec multi-arch-manifest-version.yaml
|
||||||
Reference in New Issue
Block a user