updated docker-compose.yml
This commit is contained in:
parent
7c569db9b5
commit
636d51e604
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user