1.5.11-debian-10-r404 release

This commit is contained in:
Bitnami Bot
2021-04-08 05:48:51 +00:00
parent 74714112a3
commit b2c08c7910
5 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services:
myapp:
image: 'docker.io/bitnami/symfony:1-debian-10'
image: docker.io/bitnami/symfony:1
ports:
- '8000:8000'
volumes:
@@ -10,6 +10,6 @@ services:
depends_on:
- mariadb
mariadb:
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
image: docker.io/bitnami/mariadb:10.3
environment:
- ALLOW_EMPTY_PASSWORD=yes