mirror of
https://github.com/Tha14/uam-docker.git
synced 2026-01-27 00:43:14 +01:00
Replace host networking with static port forwarding. Attempt to fix DNS DoH resolution.
This commit is contained in:
@@ -4,9 +4,9 @@ services:
|
||||
uam:
|
||||
image: debian:bullseye-slim
|
||||
container_name: uam
|
||||
hostname: uam
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 20s
|
||||
network_mode: host
|
||||
stop_grace_period: 5s
|
||||
ulimits:
|
||||
rtprio: 95
|
||||
memlock: -1
|
||||
@@ -14,5 +14,8 @@ services:
|
||||
- "./entrypoint.sh:/opt/entrypoint.sh"
|
||||
- "/opt/uam_data:/root/.uam"
|
||||
command: /bin/sh -c "chmod +x /opt/entrypoint.sh && /opt/entrypoint.sh $${PBKEY}"
|
||||
ports:
|
||||
- "127.0.0.1:17099:17099"
|
||||
- "4156:4156"
|
||||
environment:
|
||||
- PBKEY=
|
||||
|
||||
Reference in New Issue
Block a user