mirror of
https://github.com/11notes/docker-bind.git
synced 2025-10-23 08:12:13 +00:00
multi arch
This commit is contained in:
@@ -27,6 +27,8 @@ services:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
- "8053:8053/tcp"
|
||||
sysctls:
|
||||
- "net.ipv4.ip_unprivileged_port_start=53"
|
||||
restart: always
|
||||
volumes:
|
||||
etc:
|
||||
|
@@ -11,6 +11,8 @@ services:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
- "8053:8053/tcp"
|
||||
sysctls:
|
||||
- "net.ipv4.ip_unprivileged_port_start=53"
|
||||
restart: always
|
||||
volumes:
|
||||
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