this repo has no description

forward :1234

Changed files
+3
+3
compose.yaml
···
services:
app:
container_name: plcwatch
build:
context: .
dockerfile: ./Dockerfile
···
services:
app:
container_name: plcwatch
+
restart: unless-stopped
+
ports:
+
- '127.0.0.1:1234:1234'
build:
context: .
dockerfile: ./Dockerfile