change IPs in code

This commit is contained in:
2026-03-24 15:44:50 -07:00
parent d679e422b1
commit 8ccf17d4b7
5 changed files with 14 additions and 10 deletions

View File

@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
nginx \
supervisor \
net-tools \
iputils-ping \
&& rm -rf /var/lib/apt/lists/*
# Copy your application code & config files