abdul / Emulatorjs
1 likes
0 forks
1 files
Last active
The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000
1 | version: '3.3' |
2 | services: |
3 | linuxserver: |
4 | container_name: emulatorjs |
5 | environment: |
6 | - PUID=1026 |
7 | - PGID=1000 |
8 | - TZ=Europe/Stockholm |
9 | - SUBFOLDER=/ |
10 | ports: |
abdul / Docker bench security
0 likes
0 forks
1 files
Last active
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
1 | version: '3' |
2 | |
3 | services: |
4 | docker-bench-security: |
5 | image: docker/docker-bench-security |
6 | container_name: docker-bench-security |
7 | network_mode: host |
8 | pid: host |
9 | user: root |
10 | cap_add: |
fedia / $ _ Bash Prompt Generator
0 likes
0 forks
1 files
Last active
Create a custom PS1 variable for your Bash.
1 | version: '2' |
2 | services: |
3 | nginx: |
4 | image: docker.io/bitnami/nginx:1.23 |
5 | restart: unless-stopped |
6 | container_name: bashrc |
7 | ports: |
8 | - '6013:8080' |
9 | volumes: |
10 | - ./app:/app |