docker-30: several new and forgotten config files relevant to services

running in docker
This commit is contained in:
Jan Novak
2026-02-20 02:13:55 +01:00
parent dc947165a4
commit bb9f2ae3ce
6 changed files with 123 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
docker rm -f lab-proxy || /usr/bin/true
docker run -d --name lab-proxy \
--restart unless-stopped \
-v /srv/docker/lab-proxy/nginx.conf:/etc/nginx/nginx.conf:ro \
-p 9443:9443 \
-p 9444:9444 \
-p 9080:9080 \
nginx:alpine