mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 11:11:18 -07:00
11 lines
161 B
YAML
11 lines
161 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
image: skrill:latest
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8000:80"
|
|
restart: always
|