Add docker_compose_remotely.yml
This commit is contained in:
parent
0d8045074b
commit
9facb95bd6
1 changed files with 15 additions and 0 deletions
15
docker_compose_remotely.yml
Normal file
15
docker_compose_remotely.yml
Normal 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
|
Loading…
Reference in a new issue