OpenXE/docker-compose.override.example.yml

8 lines
301 B
YAML
Raw Normal View History

2024-03-21 22:28:00 +01:00
# This file can be used to override defaults from the docker-compose.yml file
# if it is copied/renamed to docker-compose.override.yml
version: '3.9'
services:
vite:
# Set this to your local uid:gid to run the frontend build as your user and keep the working directory clean
user: 1000:1000