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