Search Docker Hub
rest
By bxr1ng
1.3K
version: "3.9" services: rest: image: bxr1ng/rest:latest ports: - "80:80" environment: MY_SQL_HOST: "host" MY_SQL_USER: "user" MY_SQL_PASSWORD: "password" MY_SQL_PORT: 3306 MY_SQL_DATABASE: "database"
Content type
Image
Digest
sha256:fa3b7145f…
Size
157.9 MB
Last updated
over 3 years ago
docker pull bxr1ng/rest