- Initial release,
- Use based on server-mga9:1.1.2 image, - OpenJVM 17.
This commit is contained in:
28
compose.yaml
Normal file
28
compose.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Rx3 PHP Apache Mageia-9 Docker Image
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
name: ${IMG_NAME}
|
||||
|
||||
services:
|
||||
|
||||
server:
|
||||
container_name: ${IMG_NAME}
|
||||
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
IMG_NAME: "${IMG_NAME}"
|
||||
IMG_FULL_NAME: "${IMG_FULL_NAME}"
|
||||
IMG_VERSION: "${IMG_VERSION}"
|
||||
IMG_MAINTAINER: "${IMG_MAINTAINER}"
|
||||
IMG_URL_PREFIX: "${IMG_URL_PREFIX}"
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
network_mode: bridge
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:9014:9001"
|
||||
|
||||
Reference in New Issue
Block a user