mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2024-12-06 19:27:01 +01:00
11 lines
202 B
YAML
11 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'
|