Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose-files-standalone/freescout/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- 80:80

freescout-db:
image: tiredofit/mariadb:10.11
image: tiredofit/mariadb:11.8
container_name: freescout-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- default

freescout-db:
image: tiredofit/mariadb:10.11
image: tiredofit/mariadb:11.8
container_name: freescout-db
restart: unless-stopped
volumes:
Expand Down