failed miserably at hack.lu
This commit is contained in:
12
2025/hack.lu/crypto/manual/public/docker-compose.yml
Normal file
12
2025/hack.lu/crypto/manual/public/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: MANUAL
|
||||
services:
|
||||
manual:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "1024:1024"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- FLAG=${FLAG}
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user