mirror of
https://github.com/httpjamesm/launchpad-redirects.git
synced 2024-12-06 19:16:34 +01:00
11 lines
186 B
YAML
11 lines
186 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
network: 'host'
|
|
container_name: 'whatever-launchpad'
|
|
ports:
|
|
- '127.0.0.1:8080:8080'
|
|
restart: 'always' |