Browse Source

fix: change container name to var in compose file

master
bucde 3 years ago
parent
commit
5f1f066125
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -1,7 +1,7 @@
version: "3.4"
services:
mariadb:
container_name: mariadb
container_name: ${MARIADB_CONTAINER_NAME:-mariadb}
image: mariadb:${MARIADB_VERSION:-latest}
restart: unless-stopped
ports:


Loading…
Cancel
Save