Skip to content

How to have docker persistent storage for tgcf #393

Answered by cosinguyen
WladyX asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Check out my docker-compose to be able to manage config files

version: '3.4'
 
services:         
  tele1:
    container_name: tele1_container
    image: aahnik/tgcf:latest
    environment:
      - PASSWORD=anypasswordyouwant
    restart: always
    volumes:
      - "/usr/tgcf/:/app"

#395 (comment)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by aahnik
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@WladyX
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants