File size: 475 Bytes
cc4fc0a
4364310
 
 
 
 
 
 
62fdbfe
 
 
 
 
d900bad
 
62fdbfe
 
 
 
0bee922
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
version: "3.9"
services:
  app:
    image: websurfx:latest
    build: .
    ports:
      - 8080:8080
    # Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
    # depends_on:
    #   - redis
    # links:
    #   - redis
    volumes:
      - ./websurfx/:/etc/xdg/websurfx/
  # Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
  # redis:
  #   image: redis:latest
  #   ports:
  #     - 6379:6379