Skip to content

How to prevent prompt to accept license when container is recreated. #159

Answered by yougotborked
yougotborked asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry if I was not clear,

I am caching the license (I think?), but for some reason every time I restart the container I have to re-accept the licence. the version did not upgrade or change.

These are the env vars I am setting,

version: '3.8'

services:
  foundry:
    image: felddy/foundryvtt:release
    container_name: foundry
    init: true
    restart: unless-stopped
    environment:
      - PUID
      - PGID
      - TZ
      - TIMEZONE
      - FOUNDRY_HOSTNAME
      - CONTAINER_CACHE
      - FOUNDRY_PROXY_PORT
      - FOUNDRY_PROXY_SSL
      - FOUNDRY_UID
      - FOUNDRY_UPNP
      - FOUNDRY_ADMIN_KEY=${FOUNDRY_ADMIN_KEY}
      - FOUNDRY_USERNAME=${FOUNDRY_USERNAME}
      - FOUNDRY_PAS…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@felddy
Comment options

@unites
Comment options

@Kreakdude
Comment options

@joneshf
Comment options

Answer selected by felddy
Comment options

You must be logged in to vote
1 reply
@severandynasty
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
7 participants
Converted from issue

This discussion was converted from issue #157 on March 14, 2021 13:01.