tracerrx / Greenbone GSM
2 curtidas
0 bifurcações
1 arquivos
Última atividade
Automated Vulnerability Scanner and Management
1 | services: |
2 | vulnerability-tests: |
3 | image: greenbone/vulnerability-tests |
4 | environment: |
5 | STORAGE_PATH: /var/lib/openvas/22.04/vt-data/nasl |
6 | volumes: |
7 | - vt_data_vol:/mnt |
8 | |
9 | notus-data: |
10 | image: greenbone/notus-data |
MSHorne89 / Plex, TVHeadent, Antennas
2 curtidas
0 bifurcações
1 arquivos
Última atividade
If you like to set up Live TV in Plex with your own Sat>IP Server (In Hostmode)
1 | version: "3" |
2 | services: |
3 | plex: |
4 | image: linuxserver/plex:latest |
5 | container_name: plex |
6 | network_mode: host |
7 | environment: |
8 | - PUID=1026 |
9 | - PGID=100 |
10 | - TZ=Europe/Berlin |
Moncho / Composerize
4 curtidas
0 bifurcações
1 arquivos
Última atividade
Say goodbye to sprawling docker commands and say hello to $ docker-compose up :)
1 | version: "3.3" |
2 | |
3 | services: |
4 | |
5 | composerize: |
6 | image: alcapone1933/composerize |
7 | container_name: composerize |
8 | restart: unless-stopped |
9 | ports: |
10 | - "10000:80" |
Próximo
Anterior