Luby1917
Results
2
issues of
Luby1917
Trying to deploy a express oracle database I'm facing some problems: docker-compose.yml ``` version: '2.4' services: db: image: container-registry.oracle.com/database/express:latest restart: unless-stopped ports: - 1521:1521 environment: TZ: Europe/Madrid ORACLE_PWD: mysecurepassword ```...
database
Hi! Sorry if this is a dump issue, but I can't fire out how to solve this: I'm trying to deploy an .NET Core console app that uses SqlTableDependency. But...