Browse Source

fix internal port

pull/4/head
fedy95 4 years ago
parent
commit
01ee941c80
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -11,7 +11,7 @@ services:
env_file: env_file:
- env/fireflyiii.env - env/fireflyiii.env
ports: ports:
- "3050:8090"
- "3050:8080"
volumes: volumes:
- ./etc/fireflyiii/var/www/html/storage/upload:/var/www/html/storage/upload - ./etc/fireflyiii/var/www/html/storage/upload:/var/www/html/storage/upload
... ...