Sign inSign up

koalalove/next-terminal

By koalalove

Updated 8 months ago

Image
1

276

koalalove/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:4620c87fb

Size

15.2 MB

Last updated

8 months ago

docker pull koalalove/next-terminal:1.3.9