pgsql_mysql_docker #4

Merged
gru merged 7 commits from pgsql_mysql_docker into master 2025-07-24 10:03:33 +02:00
4 changed files with 5 additions and 4 deletions
Showing only changes of commit a68aa031bb - Show all commits

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ instance/
uploads/
.DS_Store
db/*
*.swp

View File

@@ -28,7 +28,7 @@ services:
volumes:
- ./db/pgsql:/var/lib/postgresql/data
ports:
- "5432:5432"
- "5432"
restart: unless-stopped
hostname: db
profiles: ["pgsql"]
@@ -44,7 +44,7 @@ services:
volumes:
- ./db/mysql:/var/lib/mysql
ports:
- "3306:3306"
- "3306"
restart: unless-stopped
hostname: db
profiles: ["mysql"]

View File

@@ -123,7 +123,7 @@ function copyLink(link) {
if (navigator.share) {
navigator.share({
title: 'Udostępnij link',
text: 'Link do listy::',
text: 'Udostępniam link do listy:',
url: link
}).then(() => {
showToast('Link udostępniony!');

View File

@@ -79,7 +79,7 @@
</ul>
{% else %}
<p><span class="badge rounded-pill bg-secondary opacity-75">Nie masz jeszcze żadnych list. Utwórz pierwszą, korzystając
z formularza powyżej!</span></p>
z formularza powyżej</span></p>
{% endif %}
{% endif %}