Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crack-kitty committed Feb 11, 2024
1 parent 185138f commit 8ff6992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services-available/firefly3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
driver: bridge
traefik:
external: true
volumes:
volumes:
firefly_upload:
firefly_db:

Expand Down Expand Up @@ -50,7 +50,7 @@ services:
hostname: db
container_name: ${FIREFLY_DB_CONTAINER_NAME:-firefly_db}
restart: ${FIREFLY3_RESTART:-unless-stopped}
environment:
environment:
- MYSQL_DATABASE=${FIREFLY_DB_DATABASE:-firefly}
- MYSQL_USER=${FIREFLY_DB_USERNAME:-firefly}
- MYSQL_PASSWORD=${FIREFLY_DB__PASSWORD:-super_secure_password_change_me}
Expand Down

0 comments on commit 8ff6992

Please sign in to comment.