You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

17 lines
327 B

---
version: "3"
services:
caddy:
image: fireflyiii/core:version-5.5.11
container_name: fireflyiii
hostname: fireflyiii
restart: always
env_file:
- env/fireflyiii.env
ports:
- "3050:8090"
volumes:
- ./etc/fireflyiii/var/www/html/storage/upload:/var/www/html/storage/upload
...