mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-03 20:52:12 +08:00
Remake Repository
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
easytier:
|
||||
image: "easytier/easytier:latest"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
privileged: ${PRIVILEGED_MODE}
|
||||
hostname: ${HOSTNAME}
|
||||
environment:
|
||||
- TZ=${TIME_ZONE}
|
||||
volumes:
|
||||
- ${DATA_PATH}:/root
|
||||
command: ${COMMAND}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user