mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-04 11:44:37 +00:00
8 lines
97 B
YAML
8 lines
97 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
restart: always
|
|
ports:
|
|
- "80:80"
|