1
0
Fork 0
1Panel-Appstore/apps/als/latest/docker-compose.yml

13 lines
270 B
YAML

services:
als:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
environment:
- HTTP_PORT=${PANEL_APP_PORT_HTTP}
image: wikihostinc/looking-glass-server:latest
pull_policy: always
labels:
createdBy: "Apps"