generated from infra/template
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.
17 lines
327 B
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
|
|
...
|