Added bits to fix windows

pull/3066/head
Peter Goodhall 2024-04-19 16:08:58 +01:00
rodzic 253da3797c
commit e7bb428bc4
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -12,5 +12,4 @@ class Migration_modify_eQSL_url extends CI_Migration {
{
// Will not go back to insecure connections
}
}
?>
}

Wyświetl plik

@ -1,5 +1,8 @@
version: "3.8"
networks:
mynet:
services:
web:
build: .
@ -12,6 +15,8 @@ services:
command: ["./script.sh"]
depends_on:
- db
networks:
- mynet
db:
build:
@ -21,5 +26,7 @@ services:
- .env
volumes:
- db_data:/var/lib/mysql
networks:
- mynet
volumes:
db_data: {}