Compare commits

...

1 Commits

Author SHA1 Message Date
065a98426c - Fix compose indetation. 2024-11-11 23:04:02 +01:00

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