adding docker-compose

This commit is contained in:
root 2024-11-23 01:03:33 -06:00
parent 6a8e3e1f07
commit 6e7f9de582

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
server:
image: git.hamik.net/paradizelost/visubnet:1.0
container_name: visubnet
restart: always
volumes:
- ./subnets:/var/www/html:ro
ports:
- "8193:80"