File size: 442 Bytes
cc4fc0a
4364310
 
 
 
 
 
 
62fdbfe
 
 
 
 
d900bad
 
62fdbfe
 
8156f7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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