mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 11:07:01 -05:00
Runs this API on port 80
# Runs on docker single daemon (no swarm) # Make sure the mount volumes match correctly # This needs the commited nginx.conf (or your own adapted version)
This commit is contained in:
parent
ac27e0ba3d
commit
ba6bd38431
14
www/docker-compose_simple-single.yml
Normal file
14
www/docker-compose_simple-single.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Runs this API on port 80
|
||||||
|
# Runs on docker single daemon (no swarm)
|
||||||
|
# Make sure the mount volumes match correctly
|
||||||
|
# This needs the commited nginx.conf (or your own adapted version)
|
||||||
|
|
||||||
|
version: '3.7'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: trafex/php-nginx
|
||||||
|
ports:
|
||||||
|
- "80:8080"
|
||||||
|
volumes:
|
||||||
|
- ".:/var/www/html:ro"
|
||||||
|
- "./nginx.conf:/etc/nginx/nginx.conf"
|
||||||
Loading…
Reference in New Issue
Block a user