Sign inSign up

lamfire8390/web-tools

By lamfire8390

Updated about 2 years ago

Image
0

59

lamfire8390/web-tools repository overview

docker run

docker run --name webtools -itd -p 80:80 --restart always lamfire8390/web-tools:latest

docker compose

version: '3.6'
services:
  webtools:
    image: lamfire8390/web-tools:latest
    container_name: webtools
    ports:
      - 80:80
    privileged: true
    restart: always

Tag summary

Content type

Image

Digest

sha256:a6cba6a71

Size

23.2 MB

Last updated

about 2 years ago

docker pull lamfire8390/web-tools