mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
14 lines
307 B
YAML
14 lines
307 B
YAML
services:
|
|
binternet:
|
|
container_name: binternet
|
|
image: ghcr.io/ahwxorg/binternet:latest
|
|
read_only: true
|
|
cap_drop:
|
|
- ALL
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- '8080:8080'
|
|
tmpfs:
|
|
- /var/log:noexec,nosuid,nodev
|
|
- /var/lib:noexec,nosuid,nodev
|