update readme
This commit is contained in:
11
templates/docker-compose-node.yaml.j2
Normal file
11
templates/docker-compose-node.yaml.j2
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
|
||||
photo_refresh:
|
||||
container_name: photo_refresh
|
||||
image: photo_refresh
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- {{ working_folder }}/small_thumbs:/usr/src/app/public
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
Reference in New Issue
Block a user