11 lines
228 B
YAML
11 lines
228 B
YAML
services:
|
|
admin_front:
|
|
restart: unless-stopped
|
|
image: gitea.pena/penaside/adminfront/main:latest
|
|
hostname: admin
|
|
ports:
|
|
- 10.8.0.131:80:80
|
|
- 10.8.0.131:443:443
|
|
tty: true
|
|
pull_policy: always
|