mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
16 lines
323 B
YAML
16 lines
323 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
gns3server:
|
|
privileged: true
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./gns3server:/server/
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: python3 -m gns3server --local --port 3080
|
|
ports:
|
|
- 3080:3080
|
|
- 5000-5100:5000-5100
|