Skip to content
Snippets Groups Projects
Commit a8ce7106 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

added docker compose file as a convinience to start the nginx container

parent 742137d4
No related branches found
No related tags found
No related merge requests found
Pipeline #89292 passed
version: "3"
services:
loco_reverse_proxy:
build: ./
container_name: loco_server
restart: always
ports:
- 8080:8666
networks:
- loco
networks:
loco:
driver: bridge
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment