mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
testing
This commit is contained in:
parent
4cc9001ded
commit
b5cd4a75d5
1 changed files with 3 additions and 8 deletions
11
testing.txt
11
testing.txt
|
|
@ -1,12 +1,7 @@
|
|||
# Ensure the network 'cloudflare-net' exists (docker-compose up should create it)
|
||||
# docker network create cloudflare-net # Only if NOT using compose for the network
|
||||
|
||||
# Run Nginx container
|
||||
docker run -d \
|
||||
--name my-nginx-app \
|
||||
--name my-nginx-web \
|
||||
--network cloudflare-net \
|
||||
--port
|
||||
-l cloudflare.tunnel.enable="true" \
|
||||
-l cloudflare.tunnel.hostname="nginx.dataverse.icu" \
|
||||
-l cloudflare.tunnel.service="http://my-nginx-app:80" \
|
||||
-l cloudflare.tunnel.hostname="nginx-test.dataverse.icu" \
|
||||
-l cloudflare.tunnel.service="http://my-nginx-web:80" \
|
||||
nginx:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue