8 lines
177 B
YAML
8 lines
177 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
image: localhost:5000/infoscreen:latest
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 11460:80 # 1, 14th char in alphabet, 6th char in alphabet, 0
|