Sign inSign up

wisecao/next-terminal

By wisecao

Updated 8 months ago

Image
0

329

wisecao/next-terminal repository overview

对next-terminal 1.3.9版本的备份

services:
  guacd:
    image: koalalove/guacd:1.5.5
    volumes:
      - ./data:/usr/local/next-terminal/data
    restart:
          always
  next-terminal:
    image: koalalove/next-terminal:1.3.9
    environment:
      DB: sqlite
      GUACD_HOSTNAME: guacd
      GUACD_PORT: 4822
    ports:
      - "8089:8088"
    volumes:
      - /etc/localtime:/etc/localtime
      - ./data:/usr/local/next-terminal/data
    restart:
      always

默认用户名密码: admin/admin

Tag summary

Content type

Image

Digest

sha256:0d15a048f

Size

60.9 MB

Last updated

8 months ago

docker pull wisecao/next-terminal