mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
version: '3.7'
|
||
|
services:
|
||
|
application:
|
||
|
container_name: application
|
||
|
build:
|
||
|
context: .
|
||
|
ports:
|
||
|
- 127.0.0.1:{{http_port}}:8080
|
||
|
restart: unless-stopped
|