10 lines
197 B
YAML
10 lines
197 B
YAML
|
services:
|
||
|
server:
|
||
|
image: git.hamik.net/paradizelost/visubnet:1.0
|
||
|
container_name: visubnet
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./subnets:/var/www/html:ro
|
||
|
ports:
|
||
|
- "8193:80"
|