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: services:
server: server:
image: git.hamik.net/paradizelost/visubnet:1.0 image: git.hamik.net/paradizelost/visubnet:1.1
container_name: visubnet container_name: visubnet
restart: always restart: always
volumes: #volumes:
- ./subnets:/var/www/html:ro #- ./subnets:/var/www/html:ro
ports: ports:
- "8193:80" - "8193:80"