mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
10 lines
202 B
YAML
10 lines
202 B
YAML
services:
|
|
binternet:
|
|
container_name: binternet
|
|
image: ghcr.io/ahwxorg/binternet:latest
|
|
cap_drop:
|
|
- ALL
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- '8080:8080'
|