fix(compose): add version to docker-compose.prod.yml for compatibility

This commit is contained in:
Jesús Pavón Abián 2024-10-25 17:28:13 +02:00
parent 5c683c58f8
commit a9561b5e6e

View file

@ -1,3 +1,4 @@
version: '3'
services: services:
app: app:
image: ghcr.io/writefreely/writefreely:latest image: ghcr.io/writefreely/writefreely:latest