mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2024-12-21 15:36:24 +00:00
8 lines
91 B
YAML
8 lines
91 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
env_file: .env
|
||
|
ports:
|
||
|
- 80:5232
|