1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:34 +02:00
dockerfiles/splash/docker-compose.yml

10 lines
157 B
YAML
Raw Normal View History

2015-06-02 10:45:18 +02:00
splash:
2015-06-02 10:49:44 +02:00
image: vimagick/splash
command: --maxrss 4000
2015-06-02 10:45:18 +02:00
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
2015-06-02 10:49:44 +02:00
mem_limit: 4.5G
2015-06-02 10:45:18 +02:00
restart: always