- Fix compose indetation.

This commit is contained in:
Arnaud G. GIBERT 2024-11-11 23:04:02 +01:00
parent c2b1abf29d
commit 065a98426c

View File

@ -1,25 +1,25 @@
# Rx3-Docker/Base Mageia Docker Image # Rx3-Docker/Base Docker Image
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
name: ${IMG_NAME} name: ${IMG_NAME}
services: services:
base: base:
container_name: ${IMG_NAME} container_name: ${IMG_NAME}
hostname: ${IMG_NAME} hostname: ${IMG_NAME}
image: ${IMG_URL} image: ${IMG_URL}
build: build:
context: . context: .
args: args:
- IMG_NAME=${IMG_NAME} IMG_NAME: ${IMG_NAME}
- IMG_NAME_FULL=${IMG_NAME_FULL} IMG_NAME_FULL: ${IMG_NAME_FULL}
- IMG_VERSION=${IMG_VERSION} IMG_VERSION: ${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER} IMG_MAINTAINER: ${IMG_MAINTAINER}
- LANG=${LANG} LANG: ${LANG}
- LANGUAGE=${LANGUAGE} LANGUAGE: ${LANGUAGE}
- LOCALTIME=${LOCALTIME} LOCALTIME: ${LOCALTIME}
restart: unless-stopped restart: unless-stopped