Add docker_compose_remotely.yml

This commit is contained in:
HHF Technology 2024-12-13 11:41:39 +05:30
parent 0d8045074b
commit 9facb95bd6

View file

@ -0,0 +1,15 @@
---3'
services:
remotely:
container_name: remotely
restart: unless-stopped
ports:
- '8188:5000'
volumes:
- './var/www/remotely:/remotely-data'
image: 'immybot/remotely:latest'
networks:
default:
name: my-main-net
external: true