version: '0.1' services: OAuth: container_name: OAuth image: OAuth:latest privileged: true restart: always ports: - 8000:8000 volumes: - ./conf/:/OAuth/conf/ - ./temp/:/OAuth/temp/ networks: - myweb networks: myweb: driver: bridge