Compare commits
1 Commits
8d1ae7e632
...
fix/vpn-ip
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e2b133946 |
@@ -8,10 +8,13 @@ services:
|
|||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
- GITEA__server__ROOT_URL=https://code.lazyworkhorse.net
|
- GITEA__server__ROOT_URL=https://code.lazyworkhorse.net
|
||||||
- GITEA__actions__ENABLED=true
|
- GITEA__actions__ENABLED=true
|
||||||
|
- GITEA__actions__DEFAULT_ACTIONS_URL=off
|
||||||
- SSH_PORT=2222
|
- SSH_PORT=2222
|
||||||
- SSH_LISTEN_PORT=2222
|
- SSH_LISTEN_PORT=2222
|
||||||
# Enable Gitea Actions (act_runner required on host)
|
# Enable Gitea Actions (act_runner required on host)
|
||||||
- GITEA__actions__ENABLED=true
|
- GITEA__actions__ENABLED=true
|
||||||
|
# Don't fetch actions from GitHub (offline mode + local only)
|
||||||
|
- GITEA__actions__DEFAULT_ACTIONS_URL=off
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/HoardingCow_docker_data/Gitea:/data
|
- /mnt/HoardingCow_docker_data/Gitea:/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
FROM ghcr.io/wg-easy/wg-easy:latest
|
FROM ghcr.io/wg-easy/wg-easy:latest
|
||||||
|
|
||||||
# The upstream image registers only iptables-legacy with update-alternatives.
|
# The upstream image registers only iptables-legacy with update-alternatives.
|
||||||
# iptables-nft binary exists but isn't registered as an alternative key.
|
# iptables-nft binary exists but isn't registered as an alternative.
|
||||||
# Override the alternatives-managed symlinks directly.
|
# Override the alternatives-managed symlinks directly.
|
||||||
RUN ln -sf /usr/sbin/iptables-nft /usr/sbin/iptables && \
|
RUN ln -sf /usr/sbin/iptables-nft /usr/sbin/iptables && \
|
||||||
ln -sf /usr/sbin/ip6tables-nft /usr/sbin/ip6tables
|
ln -sf /usr/sbin/ip6tables-nft /usr/sbin/ip6tables
|
||||||
|
|||||||
Reference in New Issue
Block a user