updated docker-compose.yml

This commit is contained in:
root 2024-11-23 01:21:54 -06:00
parent 7c569db9b5
commit 636d51e604

View File

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