mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-31 00:55:29 +03:00
7 lines
96 B
YAML
7 lines
96 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/apache2:php8.3"
|
|
build:
|
|
context: .
|