mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-19 13:29:15 +00:00
11 lines
No EOL
171 B
YAML
11 lines
No EOL
171 B
YAML
version: '3'
|
|
|
|
services:
|
|
anonymousoverflow:
|
|
container_name: 'app'
|
|
build:
|
|
context: .
|
|
network: 'host'
|
|
ports:
|
|
- '80:8080'
|
|
restart: 'always' |